8273baecf1Added def, changed naming, and added if expressions
main
Emin Arslan
2025-10-16 17:15:04 +03:00
fb52fb03b6Evaluation is now performed properly, mimicking Common Lisp, and basic defun and defmacro definitions are provided (automatically executed on startup)
Emin Arslan
2025-10-14 22:26:00 +03:00
7105b2dd39Added dot syntax for lists, and proper quote syntax. LQuoted is now unused
Emin Arslan
2025-10-14 22:24:57 +03:00
be6e1cd684Improved the repl to return to evaluation upon error. Also added an exit command
Emin Arslan
2025-10-14 21:06:11 +03:00
b0ded579afAdded builtin special forms, lambda forms and bind-symbol. got rid of bind-function, as it is now unnecessary. it is now possible to create functions!
Emin Arslan
2025-10-14 21:05:10 +03:00
22e7c3dbb3Re-organized a lot of code, changed functions so that functions capture the surrounding environment and execute in that environment
Emin Arslan
2025-10-14 20:21:29 +03:00
965804c18dGeneral style changes, nothing major
Emin Arslan
2025-10-14 19:01:29 +03:00
a905ab2b42Added bind-function primitive that allows us to define functions, also changed evaluation to allow for a persistent environment
Emin Arslan
2025-10-12 21:58:54 +03:00