ANTLR/GettingStarted
From Kompilatory
Start
- run java -jar /opt/antlr3/antlrworks.jar
- do not fill the questionnaire (the Author do not care about it anymore)
- choose the type of the file: .g and create it
Under the Linux & kde we cannot enter the grammar name. But if we click 'OK' button, the program will tell what it thinks about us.
Now the writing in the 'name' field is possible.
I advise to NOT give spaces in names (of files or directories) - it leads to troubles in the (near) future. Now choose the type of the grammar 'Combined Grammar'. There are also 'Lexer', 'Parser' & 'Tree' grammars but today we need the first one.
Additionally we can choose some lexems to create. Today the ones underscored on the above figure will be needed. After the 'OK' button we'll got the text of the lexical analyzer with the words (lexems) chosen. Now the saving of the program is very recommended.