Design a mini script language

Posted by radi on Stack Overflow See other posts from Stack Overflow or by radi
Published on 2011-01-08T15:45:11Z Indexed on 2011/01/08 15:53 UTC
Read the original article Hit count: 156

Filed under:

hi , my project this year is to develop a text mining tool (with new features) so we need a mini script language in this tool to add annotation to texts this language should be simple and like lisp grammars (left and right side) . what i need is how to design this language ,i know how to constract the compiler , but how to write language grammars ? , and i want to use some mini open source language or any language bnf please advice me and if there is a language i can use and customize to meet my needs ? thanks

© Stack Overflow or respective owner

Related posts about language-design