fasm icon indicating copy to clipboard operation
fasm copied to clipboard

Explore using waxeye instead of textx for parsing

Open litghost opened this issue 6 years ago • 0 comments

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.

litghost avatar Jan 12 '19 22:01 litghost