[serene] Re: Bootstrapping the compiler

  • From: Sameer Rahmani <lxsameer@xxxxxxx>
  • To: serene@xxxxxxxxxxxxx
  • Date: Fri, 30 Oct 2020 00:42:17 +0000

We can reuse almost everything, The reader (aka parser) and the AST are
abstract enough that we don't have to change them. We just need to
implement the `eval` method of the `Expression` trait and some other
details, otherwise our current implementation is good enough to start
implementing the interpreter.

Cheers
Sameer

Other related posts: