TitanHZZ / vm

Simple stack based virtual machine.
MIT License
1 stars 0 forks source link

New parsing system. #28

Closed TitanHZZ closed 2 months ago

TitanHZZ commented 2 months ago

This pull request implements a new system for source code parsing, including a completely new lexer and parser built from scratch.