Re: ASM.E question for PETE
- Posted by Bernie Ryan <bwryan at PCOM.NET> Dec 10, 1999
- 505 views
On Fri, 10 Dec 1999 17:27:49 -0500, Pete Eberlein <xseal at HARBORSIDE.COM> wrote: >This appears to do what you want. I could probably add all the SETcc >instructions to asm.e pretty easily. I finished my last final a half-hour >ago, so now I have more time to code in Euphoria. I've started making a >LL(1) parser, so you can throw any grammar at it and have it parse a file or >something. I made it so that each rule in the grammar will attempt to call >a function of the same name, so that it can do stuff with the parsed data. >It should be suitable for writing a new asm parser, I hope. > >--Pete Thank You Very Much Pete ! Is your LL(1) parser going to be written in Euphoria ? Maybe you can use it to bootstrap a Euphoria compiler. Maybe you should think about adding conditionals in asm.e also. Thanks again Bernie