I also planned to develop a Forth interpreter on/for Elixir, so before starting work, I would like to ask one architectural question:
You have chosen to build an AST with a parser. Is it possible to use the parser's output data, ready for the stack, without building a tree?
Sincerely, your supporter.
I also planned to develop a Forth interpreter on/for Elixir, so before starting work, I would like to ask one architectural question:
You have chosen to build an AST with a parser. Is it possible to use the parser's output data, ready for the stack, without building a tree?
Sincerely, your supporter.