cultlang / craft-lisp

The core of Cult, originally an interpreter for a lisp-ish programming language.
0 stars 0 forks source link

C++ Interpreter: Module #5

Open mason-bially opened 6 years ago

mason-bially commented 6 years ago

A module is effectively a string (whether from a file or console) which has been (or can be) parsed into instances which represent it's program.

Wraps the parse function (#4).

May in the future help with managing namespaces, root forms, managing terminals, etc.