Skip to content

Files

Latest commit

 

History

History

oberon2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 22, 2022
Nov 22, 2022
Nov 22, 2022
Nov 22, 2022
Nov 22, 2022
Dec 1, 2024
Apr 25, 2024
Nov 22, 2022
May 12, 2024
Dec 22, 2024
Feb 13, 2025
May 12, 2024

Example application "Oberon2 parser"

This is an example project of the parol parser generator.

It uses the auto-generation function of parol which generates your AST types automatically solely from the grammar description. When this function is enabled the automatically generated code fills these data structures automatically during parsing so that at the end of the parsing process the parsed input exits in a converted form in these data types.

Performance evaluation

For best performance results please use a release build and add the parameter -q (quiet) after the file name.