The Conlang programming language is an expression-based interpreted (todo: compiler) language
Go to file
John 443cd11803 lexer: Refactor rule and assoc. tests
- Lexer now ignores leading whitespace
- Rule now has shorter, clearer function names
- Tests for comment lexing are now consolidated into a module
- Tests using the assert_has_type_and_len wrapper can now specify
  an expected length
2023-09-25 14:13:28 -05:00
.gitea/issue_template Add feature-proposal template 2023-09-21 17:46:00 -05:00
lerox lerox: Consolidate traits 2023-09-25 13:52:21 -05:00
libconlang lexer: Refactor rule and assoc. tests 2023-09-25 14:13:28 -05:00
.gitignore Initial Commit 2023-09-21 15:41:12 -05:00
.rustfmt.toml .rustfmt.toml: Configure rustfmt to be slightly more pretty 2023-09-22 23:55:19 -05:00
Cargo.toml lerox: Add lerox, a silly little combinator library 2023-09-22 23:54:09 -05:00
dummy.cl dummy.cl: Add the new comment types to the example 2023-09-22 23:57:30 -05:00
readme.md readme.md: Create readme.md 2023-09-22 23:51:57 -05:00

Conlang: Expression-oriented programming language

TODO: the language