A programming language with a first-class environment
Go to file
2020-08-17 03:41:48 +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 Use .replit to customize the build command 2020-08-17 03:41:48 +00:00
Tests Epsilon transitions in lexer 2020-08-16 02:58:40 +00:00
Utils Some notes on parsers 2020-08-17 02:11:47 +00:00
.gitignore Use .replit to customize the build command 2020-08-17 03:41:48 +00:00
.replit Use .replit to customize the build command 2020-08-17 03:41:48 +00:00
AstGenerator.cs Use .replit to customize the build command 2020-08-17 03:41:48 +00:00
Evaluator.cs Some notes on parsers 2020-08-17 02:11:47 +00:00
Lexer.cs Epsilon transitions in lexer 2020-08-16 02:58:40 +00:00
LexerGenerator.cs Use .replit to customize the build command 2020-08-17 03:41:48 +00:00
LICENSE Added license (public domain) 2020-08-16 00:45:06 +00:00
main.cs Use .replit to customize the build command 2020-08-17 03:41:48 +00:00
Makefile Use .replit to customize the build command 2020-08-17 03:41:48 +00:00
Parser.cs Some notes on parsers 2020-08-17 02:11:47 +00:00