wip Dev Bytes discord programming language impl
- Procedural
- Statically Typed
- Strongly Typed
- Null
- Recursive Descent Parser
- Flat, Variable-Length Instruction IR
- Stack-Based Interpreter
- Primitives are stack allocated. User-Defined Types are heap allocated, barring escape analysis
- Tracing Garbage Collector