A programming language with a first-class environment
Go to file
2020-08-20 20:22:18 +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 Cleaned up metaprogramming utility and lenses for records 2020-08-20 07:02:00 +00:00
Tests Epsilon transitions in lexer 2020-08-16 02:58:40 +00:00
Utils This causes an internal error (null pointer exception) in mono when it tries to initialize the types 2020-08-20 20:22:18 +00:00
.gitignore ImmutableDictionary 2020-08-19 22:49:35 +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
Evaluator.cs Some notes on parsers 2020-08-17 02:11:47 +00:00
Exceptions.cs Custom exception classes, HashCode, started Parser 2020-08-19 18:36:41 +00:00
Lexer.cs Cleaned up metaprogramming utility and lenses for records 2020-08-20 07:02:00 +00:00
LexerGenerator.cs Auto-generate .Equals(), .GetHashCode() and friends 2020-08-19 02:28:46 +00:00
LICENSE Added license (public domain) 2020-08-16 00:45:06 +00:00
main.cs Use Immutable collections pretty much everywhere" 2020-08-20 00:42:04 +00:00
Makefile This causes an internal error (null pointer exception) in mono when it tries to initialize the types 2020-08-20 20:22:18 +00:00
Parser.cs This causes an internal error (null pointer exception) in mono when it tries to initialize the types 2020-08-20 20:22:18 +00:00
ParserGenerator.cs This causes an internal error (null pointer exception) in mono when it tries to initialize the types 2020-08-20 20:22:18 +00:00