Tiny language to study parser -



Tiny language to study parser -

i enthusiast programmer. have dragon book , have been trying understand how recursive parser works it's pretty tough me. have been looking @ language source code bit little languages quite complex.

for instance: lua 18k lines of code sed 20k icon 41k ed (the text editor) 2.7k seems pretty different languages know.

can recommend tiny little language study? not matter if useful or not.

wikipedia refers "tiny programming language there not link it.

thanks reading-patrick

tiny originaly developed jack crenshaw pascal based tutorial 'lets build compiler' tutorial has moved link had! believe few people have used it, or in number of courses teach ideas behind compilers.

there version here http://www.e-booksdirectory.com/details.php?ebook=1137e

as stands outputs assembly targeted @ mc680x0 processors used in atari st/comodore amiga type home computers of late 1980's.

the code stated intro, of not sophisticated code, simple , works just, parser of basic desgin.

programming-languages

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -