Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 373 Bytes

Citron

Citron is an LALR parser generator for Swift. For a given input grammar, Citron creates a reentrant type-safe parser in Swift.

Citron's parser generation engine is based on Lemon.

Citron requires Swift 4.

The Citron documentation can be found here.