Commit Graph

19 Commits

Author SHA1 Message Date
Robin Jadoul 7403357b71 Small cleanup 2016-05-31 01:21:03 +02:00
Robin Jadoul 8c91d4c42a Fix a stupid oversight 2016-05-30 19:03:48 +02:00
Robin Jadoul 8a817a9eff Fix the fix... 2016-05-30 17:18:37 +02:00
Robin Jadoul 063d73835a Fix for inverted character class ranges 2016-05-30 17:14:07 +02:00
Robin Jadoul 652ee18461 Give byte offset on regex parse errors 2016-05-30 17:08:30 +02:00
Robin Jadoul e425e9ff81 Improve regexLexer, especially character classes 2016-05-30 16:10:15 +02:00
Robin Jadoul 7f9c7aed44 WIP 2016-05-29 22:47:10 +02:00
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