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

Hi! I was playing with Honggfuzz and found crash in data_undo_consume_data: ``` ================================================================= ==289758==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62500001b120 at pc 0x00000049948a bp 0x7fff52d0ea50 sp 0x7fff52d0e218 WRITE of size 49122...

In the attached Colm program, at the end of the file, the pipe operators in the `""` pattern text cause parse errors. Changing these to reference the literals by their...

Fix compilation on Solaris, which needs sys/wait.h for macros like WEXITSTATUS. Signed-off-by: Fabian Groffen

Add the following to `/etc/wsl.conf` to allow chmod and chown to have presissions to work properly :- ``` [automount] options = "metadata" ```

Built and installed colm then ... Getting the following, while using wsl Ubuntu building DSNP documentation :- ``` # make -f doc.mk colm generate.lm colm: error while loading shared libraries:...

There is good amount of grammars written for **tree-sitter** and all of then have a standard '**src/grammar.json**' describing then in an uniform way, would be nice if colm could read...

The codegen intermediate language does not support offsetting or derferencing an expression. This prevents us from allowing the base to be anything but an identifier. This is important in ragel...

Hi - I was attempting to cross compile (via buildroot) `colm` as a dependency for `ragel`, itself a dependency of another project, and ran into the following error during configure:...

Supporting bare sends is just too risky. Already encountered a case where I did not notice the warning of the ambiguity I had written because there were other warnings present...

Not always desirable to provide a parse error location as a composed string. Want to be able to return the parts separately.