index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
utils
Age
Commit message (
Expand
)
Author
2014-12-10
copied old BufferedCharReader tests to CharReaderTest, fixed some bugs and op...
Andreas Stöckel
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 ineffi...
Andreas Stöckel
2014-12-08
added first unit test for the Buffer class
Andreas Stöckel
2014-12-08
renamed Buffer.hpp to CharReader.hpp (the upcomming CharReader is the only us...
Andreas Stöckel
2014-12-08
first (untested) version of the new buffer class
Andreas Stöckel
2014-11-21
According to my lords holy command I enacted his graces order of moving all p...
Benjamin Paassen
2014-11-20
continued specifying the CSS language and setting up a CSS Tokenizer. But set...
Benjamin Paassen
2014-11-19
one slight formatting change.
Benjamin Paassen
2014-11-19
1.) fixed the word tokenization mechanism in the CodeTokenizer which returned...
Benjamin Paassen
2014-11-19
fixed a bug preventing the Tokenizer from finding the right token if a parse ...
Benjamin Paassen
2014-11-19
added documentation for CodeTokenizer.
Benjamin Paassen
2014-11-19
autoformat on Tokenizer docu.
Benjamin Paassen
2014-11-19
added documentation to the Tokenizer header.
Benjamin Paassen
2014-11-14
implemented tokenizer test and started implementing CodeTokenizer under super...
Benjamin Paassen
2014-11-14
Moved Managed to core and implemented managing of nodes for the CSS Style Tree.
Benjamin Paassen
2014-11-14
added .gitignore file and finished building the rough class structure for CSS...
Benjamin Paassen
2014-11-13
started to implement the CSSParser. First iteration only contains the CSS Spe...
Benjamin Paassen
2014-10-31
finished first draft of tokenizer code.
Benjamin Paassen
2014-10-31
added buffered char reader
Andreas Stöckel
2014-10-31
finished work on TokenTree and tested it.
Benjamin Paassen
2014-10-31
added tokenizer class code.
Benjamin Paassen
2014-10-25
some restructuring, added first version of the mozjs plugin
Andreas Stöckel
2014-10-18
improved Variant.cpp, added ScriptEngine.hpp containing the script engine abs...
Andreas Stöckel