Open casey opened 5 years ago
A separate expression language should be supported, like inside $(..) or whatever. Users should be able to use whatever expression language they like.
$(..)
Try writing a simple infix arithmetic language, or a lisp or something.
For a lisp, this looks promising: https://github.com/murarth/ketos
Could it be as easy as supplying a .lalrpop?
A separate expression language should be supported, like inside
$(..)
or whatever. Users should be able to use whatever expression language they like.