Skip to content

A simple assembly language parser to parse x86-like assembly.

Notifications You must be signed in to change notification settings

Mas0nShi/fishvm-assembly-parser

Repository files navigation

Fish VM assembly Parser.

TL;DR

implement a simple assembly language parser to parse x86-like assembly.

Grammar

Grammar for the Fish VM assembly language.

Lexer

The lexer is implemented in lexer.cpp. It is a simple lexer that uses char by char matching. It is not very efficient, but it is simple and easy to understand.

About

A simple assembly language parser to parse x86-like assembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages