Reviewing merge request #1: Update for language changes

I have updated the makefiles and .go files so that they will compile with current Go releases--however, this will probably keep gogo from being self-compiling. I'm not sure if I have the technical chops to update the compiler itself.

Commits that would be merged:

Version 1
  • Version 1
Showing 14a7693-d1d10de

Comments

I am currently not merging this into the project.

Our/my time is very limited so I am not able to continue this anyway. It has been a student project for a compiler construction course, which is now finished.

The project has been self-hosting for a specific commit in the go repository. This merge will definitelly destroy this capability, since the compiler is compatible with -some-part- or -some-variant- of the Go language. The EBNF can be found in the docs/ directory. So far, semi-colons and parantheses in for are mandatory for Go code that should be compiled with GoGo.

Feel free to maintain your own branch though.

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository