Many years ago I found an open source library that would read in a C
file, parse it, do type analysis and program validation, and hand the
caller a neatly constructed AST annotated with all the type information
needed to form the front end of a compiler.
I suddenly found myself wanting this again, and now, of course, I can no
longer find it, or even remember what it was called. Does this seem at
all familiar to anyone, and if so, does anyone know where I might be
able to find it? (Or something similar...)
--
┌─── ï½„ï½‡ï¼ ï½ƒï½ï½—ï½Œï½ ï½’ï½‹ï¼Žï½ƒï½ ï½ â”€â”€â”€â”€â”€ http://www.cowlark.com ─────
│ "I have always wished for my computer to be as easy to use as my
│ telephone; my wish has come true because I can no longer figure out
│ how to use my telephone." --- Bjarne Stroustrup
file, parse it, do type analysis and program validation, and hand the
caller a neatly constructed AST annotated with all the type information
needed to form the front end of a compiler.
I suddenly found myself wanting this again, and now, of course, I can no
longer find it, or even remember what it was called. Does this seem at
all familiar to anyone, and if so, does anyone know where I might be
able to find it? (Or something similar...)
--
┌─── ï½„ï½‡ï¼ ï½ƒï½ï½—ï½Œï½ ï½’ï½‹ï¼Žï½ƒï½ ï½ â”€â”€â”€â”€â”€ http://www.cowlark.com ─────
│ "I have always wished for my computer to be as easy to use as my
│ telephone; my wish has come true because I can no longer figure out
│ how to use my telephone." --- Bjarne Stroustrup
Comment