Questions tagged [compiler-compiler]
17 questions
-1
votes
1 answer
Compiler compiler for ActionScript?
I have some files that I've written in a custom scripting language which I would like to be able to read and execute in ActionScript. Does AS have a compiler generator along the lines of lex/yacc or ANTLR?

kitfox
- 4,534
- 3
- 17
- 24
-1
votes
1 answer
Strange Error Javacc Terminal
Here's the error:
Exception in thread "main" ParseException: Encountered " "fibo "" at line 1, column 5.
Was expecting:
"\u0440\u0430\u0432\u043d\u043e" ...
at RussianL.generateParseException(RussianL.java:1084)
at…

user3503320
- 11
- 1
- 4