ANTLR/GettingStarted

From Kompilatory
Jump to: navigation, search
Other languages:
English

Start

  1. run java -jar /opt/antlr3/antlrworks.jar
  2. do not fill the questionnaire (the Author do not care about it anymore)
  3. choose the type of the file: .g and create it
AntlrWorks1.PNG


AntlrWorks2.PNG

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.

AntlrWorks3.PNG

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.

AntlrWorks2a.PNG

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.