This website works better with JavaScript.
Explore
Help
Sign In
Rockingcool
/
kleingrep
Watch
2
Star
0
Fork
You've already forked kleingrep
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
385
Commits
5
Branches
3
Tags
2.4 MiB
835d495990
master
implementUnicodeCharClass
implementBackreferences
implementPCREMatchingRules
posixStyleMatching
v0.1.0
v0.2.0
v0.3.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '835d495990'
${ noResults }
Commit Graph
385 Commits (835d495990f03f702f90d19e556216f8964e1db2)
All Branches
Search
Author
SHA1
Message
Date
Aadhavan Srinivasan
b92912f7e4
Added test
4 months ago
Aadhavan Srinivasan
4781b87b90
Added comments
4 months ago
Aadhavan Srinivasan
bf3060b672
Used 'unique append' to ensure that a transition can only contain a given state once
4 months ago
Aadhavan Srinivasan
50e86b5db4
Added 'unique append' function, to ensure that elements in slice are unique
4 months ago
Aadhavan Srinivasan
b1e2d7147e
Added tests
4 months ago
Aadhavan Srinivasan
b327143fa2
Added function for concatenation and kleene star
4 months ago
Aadhavan Srinivasan
c9fdf5aa6c
Restored old behavior with end-of-string - new one didn't seem to work well
4 months ago
Aadhavan Srinivasan
956bdbdcb6
Added test case
4 months ago
Aadhavan Srinivasan
761a5ad052
Added functions for concatenation and kleene star creation, removed relevant code from main
4 months ago
Aadhavan Srinivasan
916168dd42
Updated TODO
5 months ago
Aadhavan Srinivasan
cd2b800b04
Fixed greediness of kleene star
5 months ago
Aadhavan Srinivasan
d1205c781c
Added 'mustPop' function which panics if slice is empty
5 months ago
Aadhavan Srinivasan
5ee427230c
Replaced 'pop' with 'mustPop' which panics on error
5 months ago
Aadhavan Srinivasan
3f2b4716f1
Added more test cases
5 months ago
Aadhavan Srinivasan
91128c218e
Updated TODO
5 months ago
Aadhavan Srinivasan
d0e812a730
Return error if stack is empty
5 months ago
Aadhavan Srinivasan
273a03e3cf
Added more test cases
5 months ago
Aadhavan Srinivasan
935759ed9f
Added testing file
5 months ago
Aadhavan Srinivasan
db7d946c5c
Updated todo
5 months ago
Aadhavan Srinivasan
139c88dd58
Started working on '+' operator
5 months ago
Aadhavan Srinivasan
c894ee4c0d
Renamed match function to 'findAllMatches', to better represent what it does
5 months ago
Aadhavan Srinivasan
ce156c4405
Fixed kleene star matching at end of string - failed test a* and ppppppppaaaaaaaa
5 months ago
Aadhavan Srinivasan
9d786997df
Initial support for multiple matching
5 months ago
Aadhavan Srinivasan
60b798d904
Working on multiple matching
5 months ago
Aadhavan Srinivasan
11dd6aeb7c
More Kleene star fixes
5 months ago
Aadhavan Srinivasan
9d3bc2b804
Fixed kleene star behavior, which used to behave like a '+'
5 months ago
Aadhavan Srinivasan
2cd43bf2a1
Added TODO
5 months ago
Aadhavan Srinivasan
cc0098b558
Print matched content in color
5 months ago
Aadhavan Srinivasan
bc11777ad5
Fixed Kleene Star matching
5 months ago
Aadhavan Srinivasan
d191686168
Rudimentary matching works
5 months ago
Aadhavan Srinivasan
9f9de2234f
Added gitignore
5 months ago
Aadhavan Srinivasan
52bf14dcbf
Disable compile-time optimization
5 months ago
Aadhavan Srinivasan
213da40c3b
Allow one state to map to multiple states with the same transition eg. ab|aa
5 months ago
Aadhavan Srinivasan
8394e7867e
Fixed bug with last state detection
5 months ago
Aadhavan Srinivasan
82b33f3c9a
First commit
5 months ago
First
Previous
...
4
5
6
7
8
Next
Last