Additional TODO
This commit is contained in:
parent
bcec8e27f8
commit
c2cd419e5a
10
TODO.md
10
TODO.md
@ -19,3 +19,13 @@
|
|||||||
- parser: add a "debug" field to the Parser struct for all debug-related things
|
- parser: add a "debug" field to the Parser struct for all debug-related things
|
||||||
|
|
||||||
-scala-style html"dfasfsadf${}" string interpolations!
|
-scala-style html"dfasfsadf${}" string interpolations!
|
||||||
|
|
||||||
|
*Compiler passes architecture
|
||||||
|
|
||||||
|
-ProgrammingLanguageInterface defines a evaluate_in_repl() and evaluate_no_repl() functions
|
||||||
|
-these take in a vec of CompilerPasses
|
||||||
|
|
||||||
|
struct CompilerPass {
|
||||||
|
name: String,
|
||||||
|
run: fn(PrevPass) -> NextPass
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user