96 Commits (e2a944cc721c99487109d10951dbe8bf8cd93b76)
 

Author SHA1 Message Date
Dustin Wilson e2a944cc72 More readme fixes 3 years ago
Dustin Wilson 907df20c16 Minor changes to readme 3 years ago
Dustin Wilson fd4124bc3e Started documenting the library in the readme 3 years ago
Dustin Wilson 774658603d Now tokenizes properly when matches grab the newline 3 years ago
Dustin Wilson 641e9fa547 Added some documentation 3 years ago
Dustin Wilson 8fba5ebee5 Begin pattern content names are now removed before end patterns 3 years ago
Dustin Wilson 3ba9fdb68b Fixed injections, still trouble with php close tag 3 years ago
Dustin Wilson e2aa1fa1ed Injections have been completely wrong, attempting rewrite 3 years ago
Dustin Wilson f944ca9b9c Added DOM creation 3 years ago
Dustin Wilson 15c3576977 Cache spliced rule lists in tokenizer; much faster now 3 years ago
Dustin Wilson fb0441809e Minor optimizations to tokenizer 3 years ago
Dustin Wilson 434c29a03f Tokenization looks to be working... VERY SLOWLY 3 years ago
Dustin Wilson c04e54d5ed Minor tokenization bug fixes 3 years ago
Dustin Wilson 98bc4ff794 Started adding assertions for easier debugging of Tokenizer 3 years ago
Dustin Wilson 730f10ead3 Minor changes 3 years ago
Dustin Wilson b2ae3be4a7 Subpattern tokenization now maintains line length 3 years ago
Dustin Wilson 6eccc22196 Minor fixes, added capture token splicing 3 years ago
Dustin Wilson b7e1353821 Subpatterns now limited to their parent pattern's length (if necessary) 3 years ago
Dustin Wilson 005e394076 Removed weak references from grammars 3 years ago
Dustin Wilson eb9c34a024 Minor nit picking 3 years ago
Dustin Wilson cba093dd68 Removed getting data from file 3 years ago
Dustin Wilson c055e9f3ba Fixed tokenization of pattern and capture leftovers 3 years ago
Dustin Wilson 088a28270b Progress 3 years ago
Dustin Wilson adf7cd7331 Misunderstood matching process, still broken lol 3 years ago
Dustin Wilson 0dbbc67f1a More minor tweaks/fixes 3 years ago
Dustin Wilson 8f56d15b68 Very minor cleanup 3 years ago
Dustin Wilson 699aeebf93 Minor fixes, still broken lol 3 years ago
Dustin Wilson 2577852090 Still broken 3 years ago
Dustin Wilson 4f09139e3b Various fixes, tokenization is however now an infinite loop :/ 3 years ago
Dustin Wilson 5adf6b3107 A bit more 3 years ago
Dustin Wilson 5027113596 Started injections, broken lol 3 years ago
Dustin Wilson 2f7f14dea1 Scope names now resolve, starting on first line and last line anchors 3 years ago
Dustin Wilson 63a5fb7367 One full line tokenizes lol 3 years ago
Dustin Wilson ad23bf4c4d Tokenization progress 3 years ago
Dustin Wilson 4ed8ffcd26 Reverting to using UTF-8 and preg_match. mb_ereg is garbage 3 years ago
Dustin Wilson 5a3322a0cb Many changes 3 years ago
Dustin Wilson 7717827259 Breaking Tokenizer 3 years ago
Dustin Wilson bb4b90a7b0 Setting up Tokenizer for recursion 3 years ago
Dustin Wilson a12ec9dbfc Fixes to references in grammars, adoption of new owner grammars 3 years ago
Dustin Wilson 53151a674c Break all the things! 3 years ago
Dustin Wilson 1763653eca Tokenizing stuff... maybe? :) 3 years ago
Dustin Wilson 457cf39a56 Move Grammar\Registry to GrammarRegistry 3 years ago
Dustin Wilson 33e411ec63 Trying to start code tokenization 3 years ago
Dustin Wilson f592d93e23 Added prefix retrieval 3 years ago
Dustin Wilson 379d9c791d Maybe have scope selector matchers working 3 years ago
Dustin Wilson 7a3d0e5d2e Starting to add matchers 3 years ago
Dustin Wilson 6a9fd79f11 Scope parsing fixes 3 years ago
Dustin Wilson a4707060c0 Fixing bugs in scope serialization 3 years ago
Dustin Wilson 4147a207d4 Started adding serialization for scopes 3 years ago
Dustin Wilson 8d6c51a2d0 Use assertions for debugging scope parsing 3 years ago