Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-11 | moved to CharReader everywhere | Andreas Stöckel | |
2014-12-11 | added assertion to Buffer class which makes sure that all cursors are marked ↵ | Andreas Stöckel | |
as free (just to be sure), adapted Buffer unit tests accordingly | |||
2014-12-11 | tested CharReader.fork and fixed access to uninitialized memory in context ↵ | Andreas Stöckel | |
function | |||
2014-12-11 | implemented context function, increased performance of read function | Andreas Stöckel | |
2014-12-10 | copied old BufferedCharReader tests to CharReaderTest, fixed some bugs and ↵ | Andreas Stöckel | |
optimized CharReader code | |||
2014-12-08 | implemented new CharReader class (not tested yet) | Andreas Stöckel | |
2014-12-08 | implemented and tested moveCursor function | Andreas Stöckel | |
2014-12-08 | added more unit test for the new BufferClass, fixed a few bugs (merely ↵ | Andreas Stöckel | |
inefficiencies -- no major problems found so far) | |||
2014-12-08 | added first unit test for the Buffer class | Andreas Stöckel | |
2014-11-21 | Finished last commits moving action by also moving the tests and correcting ↵ | Benjamin Paassen | |
all references and namespaces in the code. | |||
2014-11-19 | 1.) fixed the word tokenization mechanism in the CodeTokenizer which ↵ | Benjamin Paassen | |
returned rubbish previously. 2.) Allowed multiline tokens if the mode is LINEBREAK (obsiously). 3.) returned LINEBREAK tokens in normal mode. 4.) added a CodeTokenizer test. | |||
2014-11-19 | fixed a bug preventing the Tokenizer from finding the right token if a parse ↵ | Benjamin Paassen | |
was incomplete beforehand. Also cleared the buffers if a subclass returns false from doPrepare. Failing to clear the buffers lead to subsequent problems. | |||
2014-11-14 | implemented tokenizer test and started implementing CodeTokenizer under ↵ | Benjamin Paassen | |
supervision of Maester Stoeckel. | |||
2014-11-13 | started to implement the CSSParser. First iteration only contains the CSS ↵ | Benjamin Paassen | |
Specificity. | |||
2014-10-31 | finished first draft of tokenizer code. | Benjamin Paassen | |
git-svn-id: file:///var/local/svn/basicwriter@90 daaaf23c-2e50-4459-9457-1e69db5a47bf | |||
2014-10-31 | added buffered char reader | Andreas Stöckel | |
git-svn-id: file:///var/local/svn/basicwriter@89 daaaf23c-2e50-4459-9457-1e69db5a47bf | |||
2014-10-31 | finished work on TokenTree and tested it. | Benjamin Paassen | |
git-svn-id: file:///var/local/svn/basicwriter@88 daaaf23c-2e50-4459-9457-1e69db5a47bf | |||
2014-10-25 | some restructuring, added first version of the mozjs plugin | Andreas Stöckel | |
git-svn-id: file:///var/local/svn/basicwriter@78 daaaf23c-2e50-4459-9457-1e69db5a47bf | |||
2014-10-18 | improved Variant.cpp, added ScriptEngine.hpp containing the script engine ↵ | Andreas Stöckel | |
abstraction layer git-svn-id: file:///var/local/svn/basicwriter@72 daaaf23c-2e50-4459-9457-1e69db5a47bf |