Commit Graph

10 Commits

Author SHA1 Message Date
cdo d8e51b0aa0 Add store into abstract machine struct 2025-08-10 15:24:18 +01:00
cdo b20a6749f7 Implement +, * and - primitives 2025-08-10 15:08:34 +01:00
cdo 472a682757 Add primitive procedures to expression type 2025-08-10 14:41:37 +01:00
cdo 3f871d2b43 Implement atom evaluation 2025-08-10 13:58:36 +01:00
cdo 03bd0ff597 Consolidate expression creation functions in expr module 2025-08-10 13:48:59 +01:00
cdo fade9395fa Create environment module 2025-08-10 02:05:16 +01:00
cdo a03ef58eca Implement parsing 2025-08-10 02:03:42 +01:00
cdo f97cea9290 Add minimal abstract machine module 2025-08-10 02:03:42 +01:00
cdo f41d3a949c Create simple, bump allocator store 2025-08-09 19:35:05 +01:00
cdo 3e8a9d6789 Implement tokenisation 2025-08-09 15:33:52 +01:00