Skip to content

Kotlin ANTLR grammar converter to XML for the Kotlin website or text file

License

Notifications You must be signed in to change notification settings

Kotlin/website-grammar-generator

Repository files navigation

Kotlin website grammar generator

JetBrains team project GitHub license

Description

The tool converts Kotlin grammar in ANTLR format to text file or XML file for the Kotlin website.

Source grammar files are located in the Kotlin specification repository.

Generated grammar is used on the Kotlin website: https://kotlinlang.org/docs/reference/grammar.html

Input arguments

  • --xml/--text — target file format,
  • -o/--output — path to output file (grammar.xml or grammar.txt),
  • -g/--grammarFilesPath — path to folder with grammar files (KotlinLexer.g4, KotlinParser.g4 and UnicodeClasses.g4).

Run

The tool can be run using gradle (./gradlew run) or IDE (run main method with arguments).

About

Kotlin ANTLR grammar converter to XML for the Kotlin website or text file

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages