gotthardsen / Delphi-ANTRL4-Grammar

ANTLR4 Grammar and C# parser, lexer for Delphi XE
GNU Lesser General Public License v3.0
15 stars 7 forks source link

Moving to official ANTLR repository #1

Open KvanTTT opened 6 years ago

KvanTTT commented 6 years ago

Are you going to do it? https://github.com/antlr/grammars-v4 It would be great for further development and standardization.

Is there a big difference between this and pascal.g4 grammar?

barbalion commented 2 years ago

The official pascal.g4 grammar is for 'pure' pascal. It cannot parse classes, exceptions, etc. Delphi is 'Object Pascal' - very different language.