A programming language with a first-class environment
Go to file
2020-09-01 04:52:24 +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 Parser seems to work 2020-09-01 04:52:24 +00:00
Tests Parser seems to work 2020-09-01 04:52:24 +00:00
Utils Parser seems to work 2020-09-01 04:52:24 +00:00
.gitignore Lexer on IImmutableEnumerable (replayable streams, leaves open the possibility to make coroutines to update the lexer's tokens later) 2020-08-30 22:22:04 +00:00
.replit Custom exception classes, HashCode, started Parser 2020-08-19 18:36:41 +00:00
AstGenerator.cs Parser seems to work 2020-09-01 04:52:24 +00:00
DefaultGrammar.cs Parser seems to work 2020-09-01 04:52:24 +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
F.sed Lexer on IImmutableEnumerable (replayable streams, leaves open the possibility to make coroutines to update the lexer's tokens later) 2020-08-30 22:22:04 +00:00
Lexer.cs Keep annotations in Parser 2020-08-31 20:21:56 +00:00
LexerGenerator.cs draft for the parser 2020-08-28 02:15:32 +00:00
LICENSE Added license (public domain) 2020-08-16 00:45:06 +00:00
main.cs Debugging the parser 2020-08-31 13:36:14 +00:00
Makefile Lexer on IImmutableEnumerable (replayable streams, leaves open the possibility to make coroutines to update the lexer's tokens later) 2020-08-30 22:22:04 +00:00
MixFix.cs Parser seems to work 2020-09-01 04:52:24 +00:00
MixFixGenerator.cs Keep annotations in Parser 2020-08-31 20:21:56 +00:00
Parser.cs Parser seems to work 2020-09-01 04:52:24 +00:00