Robin Jadoul
|
3fd362bf2d
|
First work on using a Lexesis lexer in the regex parser
|
2016-05-29 21:06:15 +02:00 |
Robin Jadoul
|
78669c22e5
|
Fix re parsing where a - as last character in a class yielded a syntax error
|
2016-05-28 14:19:18 +02:00 |
Robin Jadoul
|
782c7a8649
|
Documentation
|
2016-05-27 19:08:36 +02:00 |
Robin Jadoul
|
6b7a06510c
|
Fix stupid . regex bug
|
2016-05-27 12:25:05 +02:00 |
Robin Jadoul
|
0735760eef
|
Speed up: implement MultiRE
|
2016-05-27 12:16:18 +02:00 |
Robin Jadoul
|
8ed2fd41e1
|
Small bugfix for re character class parsing
+ update to the printing of regexes
|
2016-05-24 18:09:21 +02:00 |
Robin Jadoul
|
e860a68fc9
|
No escape chars in character classes
|
2016-05-10 16:08:51 +02:00 |
Robin Jadoul
|
5338d91fbf
|
Fix re
|
2016-04-26 12:35:38 +02:00 |
Robin Jadoul
|
e476591495
|
Finish regex parsing
|
2016-04-25 20:39:38 +02:00 |
Robin Jadoul
|
90ff409281
|
Regex parsing: add escape characters
|
2016-04-25 10:43:06 +02:00 |
Robin Jadoul
|
efb88f2519
|
Start modification/extension of RE parsing
|
2016-04-24 16:54:30 +02:00 |
Robin Jadoul
|
c80fcdb8aa
|
Import re.cpp and modify ENFA generation to use new ENFA structures
|
2016-04-24 16:00:18 +02:00 |