justinlubin / cobbler

Refactor programs to use library functions!
5 stars 0 forks source link

Add visit_expr() to parser.py #18

Closed jcbym closed 1 year ago

jcbym commented 1 year ago

Currently the parser cannot process Expressions, which could potentially be required to represent the output of synthesized notebook cells.

justinlubin commented 1 year ago

I think we're pre-processing the input to add return to the end of the cells manually now/soon, so we should be good to ignore this for now! Thanks!