A programming language with a first-class environment
Go to file
2020-08-26 00:19:11 +00:00
Compilers Unicode lexer & compilation to JS of strings and of numbers (previously a placeholder). 2020-08-16 00:45:06 +00:00
T4 Hide default case shorthands for Grammar to check for empty grammars 2020-08-26 00:19:11 +00:00
Tests Epsilon transitions in lexer 2020-08-16 02:58:40 +00:00
Utils Factor out some of the common parts of the grammar 2020-08-26 00:03:15 +00:00
.gitignore Lenses are working, implemented addition of an operator to the parser. 2020-08-21 00:21:42 +00:00
.replit Custom exception classes, HashCode, started Parser 2020-08-19 18:36:41 +00:00
AstGenerator.cs Auto-generate .Equals(), .GetHashCode() and friends 2020-08-19 02:28:46 +00:00
DefaultGrammar.cs Factor out some of the common parts of the grammar 2020-08-26 00:03:15 +00:00
Evaluator.cs Some notes on parsers 2020-08-17 02:11:47 +00:00
Exceptions.cs Adding operators should work now 2020-08-23 03:54:12 +00:00
Lexer.cs Factor out some of the common parts of the grammar 2020-08-26 00:03:15 +00:00
LexerGenerator.cs Factor out some of the common parts of the grammar 2020-08-26 00:03:15 +00:00
LICENSE Added license (public domain) 2020-08-16 00:45:06 +00:00
main.cs Adding operators should work now 2020-08-23 03:54:12 +00:00
Makefile Adding operators should work now 2020-08-23 03:54:12 +00:00
MixFix.cs Hide default case shorthands for Grammar to check for empty grammars 2020-08-26 00:19:11 +00:00
MixFixGenerator.cs Factor out some of the common parts of the grammar 2020-08-26 00:03:15 +00:00
Parser.cs Factor out some of the common parts of the grammar 2020-08-26 00:03:15 +00:00