-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow define in subexpressions (#11)
* Allow define within subexpression of modules. Closes #5 * Implement define within function definitions. * Move some files under datastructures. * Reduce number of instructions needed to execute a define. Before: deref(define), push_symbol, push_val, eval(3) After: push_symbol, define(symbol) * Add golden test for define in lambda.
- Loading branch information
Showing
13 changed files
with
377 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.