OpenFDL Compiler v0.9.0 |
Step 1: | Install Java, if you haven't already done so. |
Step 2: | Download and move antlr-2.7.5.jar to the directory with openfdl.jar in it. |
Step 3: | Open a console window and type something to the effect of java -jar openfdl.jar infile.fdl outfile.h |
Exception in thread "main"
java.lang.NoClassDefFoundError: antlr/RecognitionException
.char const *
parameter keeps giving me an
error message?const
attribute, but you have to put
it first (at least for now..), like const char *
.parser failure before EOF
." This is primarily caused by a misspelled frame type (var, appvar,
func, or appfunc) which tend to make the parser exit completely
instead of skipping it, like other errors do.History | |
0.1 | start |
0.1.1 | usage |
0.1.2 | apache ant |
0.2 | antlr scanner |
0.2.1 | literals, comments, etc |
0.2.2 | operators |
0.3 | antlr parser |
0.3.1 | C types |
0.3.2 | frame types |
0.3.3 | declarations |
0.3.4 | ast building |
0.4 | generic AST reader (scrapped) |
0.5 | antlr treeparser |
0.5.1 | grammer file |
0.5.2 | var/appvar declaration |
0.5.3 | func declaration |
0.5.4 | appfunc declaration |
0.5.5 | methods and fields |
0.5.6 | nodes |
0.5.7 | slot numbers |
0.6 | file output |
0.6.1 | node structure |
0.6.2 | variables |
0.6.3 | functions |
0.6.4 | header |
0.6.5 | parameters |
0.7 | error catching |
0.7.1 | AST [TreeParser] |
0.7.2 | Lexer [Parser] |
0.8 | (skipped) |
0.9 | debug / release candidate |
1.0 | finish - not here yet |