Name: Anonymous 2012-02-13 20:01
I want to define a custom language and generate all the following from it:
1) A compiler
2) A debugger
3) Syntax highlighting information
Are there tools to do this? I'm aware of the common "compiler compilers" out there, like lex/yacc, but I'm not aware of what it takes to make these nice IDE-like features for a custom language.
1) A compiler
2) A debugger
3) Syntax highlighting information
Are there tools to do this? I'm aware of the common "compiler compilers" out there, like lex/yacc, but I'm not aware of what it takes to make these nice IDE-like features for a custom language.