Core language implementation for Zylisp.
sexpr
: S-expression types and utilitiesparser
: Lexer and reader for parsing Zylisp sourceinterpreter
: Direct evaluation of S-expressions
MVP implementation - supports basic arithmetic, variables, and lambda functions.