All notable changes to this project will be documented in this file.
- Allow files with single expressions without semi colon in files
- Allow non alphabetic characters in single quote style symbols
- Using variables as indices in collections
- Simplify binary expression and clean up formatting a bit
- Allow comma at end of collection/list
- Duplication: Use object for number of duplications instead of
- Implicit new of classes now marks the class as "class" and not
- Make association a seperate object both inside and outside
- Pi statements in arithemtic series. Generally remove pi_statement.
- Allow comma at end of collection sequence
- Correctly parse return statements with function calls in classes
- Allow function calls/method calls as objects
- Define if(expr) trueFunc falseFunc
- Test for implicit new chaining