50 Commits (40b205fdd29a215681d4a4eafef66df84d8b619e)

Author SHA1 Message Date
Dustin Wilson 40b205fdd2 Fixed a few bugs when testing sass grammar tokenization 2 years ago
Dustin Wilson 3e07ac45af Fixed back references in end patterns, negative lookahead differences 2 years ago
Dustin Wilson 22c6614c76 Changed namespace 3 years ago
Dustin Wilson 21f614213e Added support for spaces when tokenizing Grammar scope names 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 33e411ec63 Trying to start code tokenization 3 years ago
Dustin Wilson d83916a57e Includes now work like lazy WeakReferences except self 3 years ago
Dustin Wilson dcb00c001f Changed Pattern to Rule to be consistent with other implementations 3 years ago
Dustin Wilson e5869f8a8e Reorganized data folder 3 years ago
Dustin Wilson 676971850e Minor cleanup 3 years ago
Dustin Wilson e2cc9adbd8 Working on Grammars 3 years ago
Dustin Wilson 5ae2d256d3 Cleaning up a bit 3 years ago
Dustin Wilson 785c03b1f8 Trying to figure out structure 3 years ago