Lecture 6 complete.

This commit is contained in:
2022-07-20 14:57:26 -04:00
parent f85c9615e4
commit de420a8111
8 changed files with 243 additions and 73 deletions

View File

@ -0,0 +1,13 @@
# Environment
A repository of variables and functions defined in a scope.
## Structure
Record: Actual storage, table, etc.
Parent: Optional refrence to a parent environment.
## Interface
Define: Variable
Assign: Value to a varaible
Lookup: Variable