A parser generator for Cincom® Visualworks®.
T-Gen is a general-purpose object-oriented tool for the automatic generation of string-to-object translators. T-gen supports the generation of both top-down (LL) and bottom-up (LR) parsers, which will automatically generate derivation trees, abstract syntax trees, or arbitrary Smalltalk objects. The simple specification syntax and graphical user interface are intended to enhance the learning, comprehension, and usefulness of T-gen.
See also: www.cs.uiuc.edu/users/droberts/tgen2.2.1/tgen.html.
Related posts:
Hidden Gems: Techniques Series The Technique series shows various techniques of how to accomplish or solve different tasks such as automating image build to creating a custom parser. Hidden Gems: Scripted Image Builds Hidden […]...
Introduction to Cincom® VisualWorks® Programming This course is a five-day immersion into the world of Object Technology using Cincom VisualWorks. Intended for experienced developers with a background in programming, this course will teach you the […]...
Web Applications SiouX SiouX is our Web server, which has a goal of building an HTTP server with Xtreams while squeezing as much scalability and performance out of it as possible. SiouX […]...