colm icon indicating copy to clipboard operation
colm copied to clipboard

The Colm Programming Language

Results 50 colm issues
Sort by recently updated
recently updated
newest added

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...

enhancement

In cases where there is a type with the same name as a namespace, augment the type name with the prefix "t_".

enhancement

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...

enhancement

There are two factors leading to huge output files in go. 1. using utf8 directly in the lexer

enhancement
question

This may be finished. Need to investigate.

enhancement

maybe use ( ) for these type( construct ) for sub-construct Name: type ( pattern ) for sub-pattern

enhancement

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() {...

enhancement