fasm
fasm copied to clipboard
Explore using waxeye instead of textx for parsing
Textx was convient peg parser that was used to create the initial fasm parser. However textx only supports python. Waxeye (https://waxeye.org) supports a wider arrangement of languages, and is also a peg parser, so the grammar in theory should translate one to one.