solregex

Regex compilation to Solidity

MIT License

Downloads
21
Stars
53
Committers
2

Bot releases are hidden (Show)

solregex - v0.3.1 Latest Release

Published by gnidan over 6 years ago

Updates to the generated Solidity output:

  • Update syntax for Solidity v0.4.23
  • Output as library instead of contract, to avoid need for instance #3
solregex - v0.3.0

Published by gnidan over 7 years ago

This release exposes previously hidden functionality to generate Graphviz DOT files for a given regular expression.

solregex -

Published by gnidan over 7 years ago

  • Improvement: Reduce bounds checking to equality comparison for single character ranges
  • Improvement: Eliminate state transition function indirection, return struct State memory with inlined function pointer, instead of reference to state.
  • Fix: Escape backslashes properly in output regex storage var.