Re: Has anyone hand-written a scanner/parser module?

Jeremy J Starcher <r3jjs@yahoo.com>
Wed, 19 Nov 2008 03:20:59 GMT

          From comp.compilers

Related articles
[11 earlier articles]
Re: Has anyone hand-written a scanner/parser module? marcov@stack.nl (Marco van de Voort) (2008-11-17)
Re: Has anyone hand-written a scanner/parser module? dmaze@mit.edu (David Z Maze) (2008-11-17)
Re: Has anyone hand-written a scanner/parser module? gene.ressler@gmail.com (Gene) (2008-11-17)
Re: Has anyone hand-written a scanner/parser module? arnold@skeeve.com (2008-11-18)
Re: Has anyone hand-written a scanner/parser module? sh006d3592@blueyonder.co.uk (Stephen Horne) (2008-11-18)
Re: Has anyone hand-written a scanner/parser module? charlesb.cca@mpowercom.net (Charles E. Bortle, Jr.) (2008-11-18)
Re: Has anyone hand-written a scanner/parser module? r3jjs@yahoo.com (Jeremy J Starcher) (2008-11-19)
Re: Has anyone hand-written a scanner/parser module? armelasselin@hotmail.com (Armel) (2008-11-19)
Re: Has anyone hand-written a scanner/parser module? bobduff@shell01.TheWorld.com (Robert A Duff) (2008-11-23)
Re: Has anyone hand-written a scanner/parser module? bobduff@shell01.TheWorld.com (Robert A Duff) (2008-11-23)
Re: Has anyone hand-written a scanner/parser module? charlesb.cca@mpowercom.net (Charles E. Bortle, Jr.) (2008-11-24)
Re: Has anyone hand-written a scanner/parser module? charlesb.cca@mpowercom.net (Charles E. Bortle, Jr.) (2008-11-24)
Re: Has anyone hand-written a scanner/parser module? jmvdveer@xs4all.nl (Marcel van der Veer) (2008-11-25)
[2 later articles]
| List of all articles for this month |

From: Jeremy J Starcher <r3jjs@yahoo.com>
Newsgroups: comp.compilers
Date: Wed, 19 Nov 2008 03:20:59 GMT
Organization: at&t http://my.att.net/
References: 08-11-061
Keywords: parse, practice
Posted-Date: 19 Nov 2008 19:50:39 EST

On Sat, 15 Nov 2008 09:49:38 -0800, tuxisthebirdforme@gmail.com wrote:


> I'm curious and just a bit nosy and would
> like to know how you're experience went doing things this way. Thanks.
> [I hand-wrote a scanner for Fortran 77 about 30 years ago. It worked
> but it was pretty gross because Fortran's lexical structure is so
> strange. -John]


I wrote a byte-code compiler and VM in Javascript.


It handles a Visual-Basic type syntax with strong type-checking.


< http://mopedepot.com/jjs/mote/ >



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.