Skip to content
#

nfa

Here are 175 public repositories matching this topic...

SteelPhase
SteelPhase commented Nov 26, 2019

Would it be possible to have the regex parser support character classes like \w within other character classes? I had a regex pattern earlier that used the character class [0-9a-zA-Z_\.-], and I attempted to simplify it with [\w\.\-]. I didn't notice this library doesn't support doing that, and was wondering just how difficult that would be to implement. For the time being i'm just expanding

MadhavJivrajani
MadhavJivrajani commented Jul 13, 2020

It'd be great to have DFA implementations in more languages, a few of which could be as follows:

  • Rust (taken)
  • Scala
  • Julia
  • C
  • Ruby
  • Kotlin
  • Java (taken)

If you would like to contribute in another language that is not mentioned in the above list, then please feel free to do so! Leave a comment mentioning the language you would like to contribute in!

Improve this page

Add a description, image, and links to the nfa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nfa topic, visit your repo's landing page and select "manage topics."

Learn more