sana_core 0.1.1

The core of Sana
Documentation

This is the core of Sana.

Specifically, this crate provides the following:

  • Extended regular expression derivatives
  • DFA construction for a rule set
  • IR generation from a DFA

If you just want generate a lexer, use the main crate (sana) instead.