masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
27 stars 1 forks source link

Make a few preparatory changes before adding the bytecode compiler #358

Closed masak closed 3 years ago

masak commented 3 years ago

This consists of replacing named SYM_* subroutines with a single SYMBOL subroutine.

The compiler branch is turning long-running, and I'd prefer to break off this change and have it integrated ASAP.