summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix autoloading of DSL scannersKornelius Kalnbach2017-11-053-5/+7
* testing SingleStateRuleBasedScanner; not faster :(Kornelius Kalnbach2017-11-054-0/+534
* normalize class namesKornelius Kalnbach2017-11-035-9/+9
* Merge branch 'master' into dslKornelius Kalnbach2017-11-025-5/+5
|\
| * bump version to 1.1.2v1.1.2.rc1v1.1.2Kornelius Kalnbach2017-09-031-1/+1
| * avoid regexp syntax warnings on Ruby 1.8Kornelius Kalnbach2017-09-031-1/+1
| * restore support for Ruby 1.8.7Kornelius Kalnbach2017-09-031-1/+1
| * Merge pull request #212 from t-gergely/java-nonasciiKornelius Kalnbach2017-09-031-1/+1
| |\
| | * compatibility with Ruby < 2t-gergely2017-07-071-1/+1
| | * allow for non-ASCII identifierst-gergely2017-07-041-1/+1
| * | Merge pull request #211 from pat/frozen-string-literalsKornelius Kalnbach2017-07-072-3/+3
| |\ \
| | * | Get tests running with frozen string literals.Pat Allan2017-06-282-3/+3
| | |/
| * | allow "-" in Haml tagsKornelius Kalnbach2017-04-091-1/+1
| |/
| * Remove executable bit for the script files with shebang.Jun Aruga2017-01-111-0/+0
* | starting with SimpleScannerKornelius Kalnbach2017-04-092-0/+421
* | working towards DSL scannerKornelius Kalnbach2017-04-097-0/+1021
* | default set(:flag) to trueKornelius Kalnbach2017-01-151-2/+2
* | Merge branch 'possible-speedups' into dslKornelius Kalnbach2016-06-132-43/+17
|\ \
| * | don't escape /Kornelius Kalnbach2016-06-131-1/+1
| * | speedup plugin lookupKornelius Kalnbach2016-06-131-5/+15
| * | use EscapeUtilsKornelius Kalnbach2016-06-071-38/+2
* | | update version; this will be CodeRay 2Kornelius Kalnbach2016-06-041-1/+1
* | | Merge branch 'possible-speedups' into dslKornelius Kalnbach2016-06-042-28/+47
|\ \ \ | |/ /
| * | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-06-0411-281/+311
| |\ \ | | |/
| * | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-02-136-10/+27
| |\ \
| * \ \ Merge branch 'master' into possible-speedupsKornelius Kalnbach2015-12-241-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into possible-speedupsKornelius Kalnbach2014-12-183-26/+18
| |\ \ \ \
| * | | | | don't escape " in HTMLKornelius Kalnbach2013-11-201-2/+1
| * | | | | even less API changesKornelius Kalnbach2013-10-032-3/+2
| * | | | | don't break old APIKornelius Kalnbach2013-10-031-12/+13
| * | | | | cleanup changes into make_escape_cacheKornelius Kalnbach2013-09-201-16/+27
| * | | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2013-09-071-1/+0
| |\ \ \ \ \
| * | | | | | cache escaped tokens, reduce HTML enc setup timeKornelius Kalnbach2013-08-313-28/+37
* | | | | | | Merge branch 'master' into dslKornelius Kalnbach2016-06-041-17/+19
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Moved final from keywords to directiveJohnny Willemsen2016-05-301-2/+2
| * | | | | | Small changes to grouping of new C++11 keywordsJohnny Willemsen2016-03-131-4/+4
| * | | | | | Add C++11 keywordsJohnny Willemsen2016-03-101-16/+18
* | | | | | | remove templates, yay!Kornelius Kalnbach2016-02-146-146/+46
* | | | | | | some more variables that are set by the scannerKornelius Kalnbach2016-02-141-1/+1
* | | | | | | generate scanner code automaticallyKornelius Kalnbach2016-02-142-36/+87
* | | | | | | nicer debug outputKornelius Kalnbach2016-02-141-1/+1
* | | | | | | remove obsolete flag, fix order of rulesKornelius Kalnbach2016-02-141-2/+2
* | | | | | | optional push state (return nil)Kornelius Kalnbach2016-02-142-8/+10
* | | | | | | add line number to evalKornelius Kalnbach2016-02-141-1/+1
* | | | | | | Merge branch 'master' into dslKornelius Kalnbach2016-02-1311-265/+294
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #190 from rubychan/autoloadKornelius Kalnbach2016-02-1310-264/+292
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge branch 'master' into autoloadautoloadKornelius Kalnbach2016-02-137-36/+44
| | |\ \ \ \ \
| | * | | | | | cleanupKornelius Kalnbach2013-10-221-2/+0
| | * | | | | | fixKornelius Kalnbach2013-10-221-1/+1
| | * | | | | | tweaksKornelius Kalnbach2013-10-224-2/+10