A toy interpreter for a functional language with extensible records
Go to file
2023-07-01 23:13:24 -06:00
.config Config dev environment for F# 2023-06-24 18:15:55 -07:00
.vscode Debug with terminal to get interactive stdin 2023-06-08 08:01:21 -06:00
.gitignore Config dev environment for F# 2023-06-24 18:15:55 -07:00
ast_classes.fsx Parse list literals 2023-07-01 23:13:24 -06:00
AST.cs Added identifiers and field selectors to grammar 2023-07-01 00:12:02 -06:00
ASTPrinter.cs Parse list literals 2023-07-01 23:13:24 -06:00
Expr.g.cs Parse list literals 2023-07-01 23:13:24 -06:00
finn.csproj Set up AST class generation 2023-06-24 18:15:37 -07:00
grammar.txt Moved compound literals to primary in grammar 2023-07-01 00:26:11 -06:00
Parser.cs Parse list literals 2023-07-01 23:13:24 -06:00
Program.cs Removed pipeline and compose operators 2023-06-29 12:54:40 -06:00
strawman1.txt Added strawman designs 2023-06-28 15:51:45 -06:00
strawman2.txt Added strawman designs 2023-06-28 15:51:45 -06:00
strawman3.txt Added strawman designs 2023-06-28 15:51:45 -06:00
strawman4.txt Added arbitrary-string idents to grammar 2023-06-28 16:06:44 -06:00