Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.13 KB

Dahgan

A YAML 1.2 syntax parser written in Kotlin

GitHub license Build Status - Master maven

About

Dahgan is a YAML syntax parser, generated directly from the YAML 1.2 specification, together with a YEAST tokenizer that allows converting YAML files to YEAST tokens.

The Core module is a Kotlin implementation of a Haskell based YAML parser called YamlReference.

Modules

Core

The Core module consists of YAML 1.2 specification, the parser and the YEAST tokenizer. Read More

Loader

The Loader module takes the generated tokens from Core module and generates Kotlin objects. Read More