colm
colm copied to clipboard
The Colm Programming Language
It is currently possible to iterate a global, however a temporary is made and the and the temp is modified. The user then just sees no effect. Need to set...
In cases where there is a type with the same name as a namespace, augment the type name with the prefix "t_".
Original motivation for right recursion was convenient lisp-like list deconstruction into head and tail. There is a place for right recursion, however, it makes more sense now to be consistent...
There are two factors leading to huge output files in go. 1. using utf8 directly in the lexer
maybe use ( ) for these type( construct ) for sub-construct Name: type ( pattern ) for sub-pattern
Running into a case in statement commit where a sub-expression is causing a full commit too early. This is occurring in closure expressions in the rust grammar fn from_str() {...