Automa.jl

A julia code generator for regular expressions

OTHER License

Stars
176
Committers
11

Bot releases are visible (Hide)

Automa.jl - Bug fix

Published by bicycle1885 over 7 years ago

  • Fix a bug of the goto code generator (#6).
Automa.jl - Automa.jl 0.2

Published by bicycle1885 over 7 years ago

  • Make more types immutable (#4).
  • Redesign internal data structures (#5).
  • Performance improvement of compiling (#5).
  • Support :all actions (#5).
  • Support conditional transition (#5).
  • Remove deprecated syntax for Julia 0.6 (#5).
Automa.jl - Minor performance improvements

Published by bicycle1885 over 7 years ago

  • Improve the performance of the compiler.
Automa.jl - Fix docs and the DOT generator

Published by bicycle1885 almost 8 years ago

Automa.jl - Code generator improvements

Published by bicycle1885 almost 8 years ago

  • Add @goto-based state transition code generator.
  • Remove ns variable from generated code.
  • Add clean=true option to clean up generated code.
Automa.jl - Initial release

Published by bicycle1885 almost 8 years ago