Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 573 Bytes

FastYaml

YAML Parser based on ANTLR parser generator

Development

  • ANTLR grammar is defined in YamlLexer.g4 and YamlParser.g4
  • There are 104 Unit tests written as yet (JUnit)
  • run genSource.bat to generate classes from grammar
    • to be executed after every change in grammar files
  • run grunGUI.bat to run ANTLR Test Rig
    • three options for test rigs are gui, tokens, tree
    • test1.yaml file is used as input