summaryrefslogtreecommitdiff
path: root/test/core/utils
AgeCommit message (Expand)Author
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-11added assertion to Buffer class which makes sure that all cursors are marked ...Andreas Stöckel
2014-12-11tested CharReader.fork and fixed access to uninitialized memory in context fu...Andreas Stöckel
2014-12-11implemented context function, increased performance of read functionAndreas Stöckel
2014-12-10copied old BufferedCharReader tests to CharReaderTest, fixed some bugs and op...Andreas Stöckel
2014-12-08implemented new CharReader class (not tested yet)Andreas Stöckel
2014-12-08implemented and tested moveCursor functionAndreas Stöckel
2014-12-08added more unit test for the new BufferClass, fixed a few bugs (merely ineffi...Andreas Stöckel
2014-12-08added first unit test for the Buffer classAndreas Stöckel
2014-11-21Finished last commits moving action by also moving the tests and correcting a...Benjamin Paassen
2014-11-191.) fixed the word tokenization mechanism in the CodeTokenizer which returned...Benjamin Paassen
2014-11-19fixed a bug preventing the Tokenizer from finding the right token if a parse ...Benjamin Paassen
2014-11-14implemented tokenizer test and started implementing CodeTokenizer under super...Benjamin Paassen
2014-11-13started to implement the CSSParser. First iteration only contains the CSS Spe...Benjamin Paassen
2014-10-31finished first draft of tokenizer code.Benjamin Paassen
2014-10-31added buffered char readerAndreas Stöckel
2014-10-31finished work on TokenTree and tested it.Benjamin Paassen
2014-10-25some restructuring, added first version of the mozjs pluginAndreas Stöckel
2014-10-18improved Variant.cpp, added ScriptEngine.hpp containing the script engine abs...Andreas Stöckel