Repository navigation
#
regex-parser
- Website
- Wikipedia
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Rust
3676
5 个月前
Fortran port of the tiny-regex-c library
Fortran
28
1 年前
Regular Expression Parser coded in C programming language.
C
5
1 年前
A Regular Languages Simulator to help CS students understand and experiment with everything Regular Languages 📕 Includes Regular Expressions (Regexes), DFAs, NFAs, as well as functionality and UI for converting back and forth between them ♻️
TypeScript
4
7 个月前
This repository provides a lexer and parser for the Pascal programming language. Both lexer and parser can generate errors indicating the location in the code.
C#
3
3 年前
Deterministic Finite-State Automata Library for Rust, written in L1
Rust
3
2 年前