shithub: mc

RSS feed

25bfea9b – Ori Bernstein <[email protected]> authored on 2013/10/27 09:25
Remove dot operator in favor of range operator.

750f64d6 – Ori Bernstein <[email protected]> authored on 2013/10/27 09:15
Add support for encoding unicode range checks.

f468624b – Ori Bernstein <[email protected]> authored on 2013/10/23 10:59
Use correct percent specifiers

8a46d627 – Ori Bernstein <[email protected]> authored on 2013/10/23 08:51
Add beginning/end of line matches

c65c9894 – Ori Bernstein <[email protected]> authored on 2013/10/23 06:18
Refactor running the re out from initializing.

0083fb4a – Ori Bernstein <[email protected]> authored on 2013/10/22 20:31
We no longer generate junk asm. Don't remove it.

b00a84d1 – Ori Bernstein <[email protected]> authored on 2013/10/22 18:40
Correctly pass the duplicated match slices over.

5fe0859c – Ori Bernstein <[email protected]> authored on 2013/10/22 18:06
Implement matching

0529dbb6 – Ori Bernstein <[email protected]> authored on 2013/10/22 17:52
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/libregex

5d6dda03 – Ori Bernstein <[email protected]> authored on 2013/10/22 17:45
Reduce debug traces.

3eb19da0 – Ori Bernstein <[email protected]> authored on 2013/10/22 14:07
Allow disabling debug traces.

152a1b90 – Ori Bernstein <[email protected]> authored on 2013/10/22 13:07
Exec returns true if the whole regex matches.

da4fbb8f – Ori Bernstein <[email protected]> authored on 2013/10/22 12:52
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/libregex

d5ff7639 – Ori Bernstein <[email protected]> authored on 2013/10/22 12:44
Only increment the IP if we're not changing it.

1b2cc084 – Ori Bernstein <[email protected]> authored on 2013/10/22 12:03
More readable debug traces.

e189f008 – Ori Bernstein <[email protected]> authored on 2013/10/22 11:48
Don't consume characters unnecessarily.

a7ba738b – Ori Bernstein <[email protected]> authored on 2013/10/22 11:12
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/libregex

f507c7ee – Ori Bernstein <[email protected]> authored on 2013/10/22 10:53
Don't grab the first character when creating.

363389e2 – Ori Bernstein <[email protected]> authored on 2013/10/22 10:30
Add compilation of regexes.

2a91805a – Ori Bernstein <[email protected]> authored on 2013/10/22 09:25
Add parsing for regex.

a2da7312 – Ori Bernstein <[email protected]> authored on 2013/10/21 21:12
A test program.

8c0eb9f5 – Ori Bernstein <[email protected]> authored on 2013/10/21 21:10
Initial commit