Aryadev Chavali de6fcd17ee Makefile: added mode flag for full logs
MODE=full will initialise a debug build with all logs, including test
logs.  Otherwise, MODE=debug just sets up standard debug build with
main logs but no testing logs.  MODE=release optimises and strips all
logs.
2026-02-05 05:17:25 +00:00
2026-02-05 04:32:48 +00:00
2026-02-03 18:55:13 +00:00
2026-02-05 04:35:54 +00:00
2026-02-05 04:04:54 +00:00
2025-08-29 08:42:18 +01:00
2026-02-04 19:40:48 +00:00

┌───────────────────────────────┐
│           _      _            │
│     /\   | |    (_)           │
│    /  \  | |     _ ___ _ __   │
│   / /\ \ | |    | / __| '_ \  │
│  / ____ \| |____| \__ \ |_) | │
│ /_/    \_\______|_|___/ .__/  │
│                       | |     │
│                       |_|     │
└───────────────────────────────┘

Arya's Lisp!  Or... Another Lisp.  However full you see the glass.

Goals:
- Working, self hosted, Lisp interpreter (probably something like R5RS or R7RS).
- Bytecode compiler and interpreter
- Native compilation option
Description
No description provided
Readme GPL-2.0 1.4 MiB
Languages
C 98.3%
Makefile 1.7%