Groenbech96 / J--Compiler-Implementation

MIT License
0 stars 0 forks source link

Finished parsing support (handwritten and JavaCC) #63

Closed RMichelsen closed 4 years ago

Groenbech96 commented 4 years ago

Multi line comments is also merged into this PR

Groenbech96 commented 4 years ago

We also added presedence to operators, and changed ternary operator to match book specification.

Groenbech96 commented 4 years ago

Operators Test should be removed or delegated into multiple smaller tests. (I think we can do this at a later point, when we have complete parser implementation)