Skip to content

Releases: roop/citron

2.0

10 Oct 14:01
Compare
Choose a tag to compare

Major features:

Grammar:

CitronParser:

CitronLexer:

  • Support for tracking the position of the token in the input: currentPosition
  • Ability to continue lexing after an error: tokenize()

1.0

26 Jul 08:27
79e6fda
Compare
Choose a tag to compare
1.0

This is the first release of Citron, an LALR parser that generates a Swift parser from a grammar file.

Here's a quick introduction: http://roopc.net/posts/2017/introducing-citron/

Here's a more detailed documentation: http://roopc.net/citron/