Bonekazz / Pep9-Parser-ts

A Parser for the Pep9 Assembler project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pep9 Parser

[porject still in production]

Note

Since the pep9 assembly language does'nt have nested parentheses, it is not necessary to use a grammar; hence, the Parser is based on a finite state machine;

TODO:

[] - enable symbols
[] - enable comments

About

A Parser for the Pep9 Assembler project


Languages

Language:TypeScript 100.0%