Zemscript

This is a discussion on Zemscript within the Compilers forums in Theory and Concepts category; I've created a simple script interpreter in Java at http://code.google.com/p/zemscript/ . Its purpose is to provide a simple code base that is easy to understand and be used in teaching basic techniques in writing an interpreter. The project contains the following: * Hand written Lexer * Parser that process tokens from the Lexer to check the syntax and generate an Abstract Syntax Tree * An Interpreter that evaluates the abstract syntax tree by visiting the nodes. It also performs some semantic checking. Can you provide me with your feedback? Thanks in advance!...

Go Back   Application Development Forum > Theory and Concepts > Compilers

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-31-2008, 07:05 AM
Cameron Zemek
Guest
 
Default Zemscript

I've created a simple script interpreter in Java at
http://code.google.com/p/zemscript/ .

Its purpose is to provide a simple code base that is easy to understand
and be used in teaching basic techniques in writing an interpreter.

The project contains the following:
* Hand written Lexer
* Parser that process tokens from the Lexer to check the syntax and
generate an Abstract Syntax Tree
* An Interpreter that evaluates the abstract syntax tree by visiting
the nodes. It also performs some semantic checking.

Can you provide me with your feedback?

Thanks in advance!

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 06:12 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.