index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
parser
/
utils
Age
Commit message (
Expand
)
Author
2016-04-25
Fix comment
Andreas Stöckel
2016-04-25
Make Tokenizer functions const
Andreas Stöckel
2016-04-25
Typo in comment
Andreas Stöckel
2016-04-25
clang compatibility: disambiguate template parameter
Andreas Stöckel
2016-04-25
Change way indent and dedent special tokens are produced by TokenizedData
Andreas Stöckel
2015-03-03
Started restructuring and adapting Stack class, reenabled unit tests (does no...
Andreas Stöckel
2015-03-01
Prefer longer non-primary tokens
Andreas Stöckel
2015-03-01
allowing to store gaps in SourceOffsetVector and fixed bug with trim not rese...
Andreas Stöckel
2015-02-28
Always call trim if a bestMatch has been found
Andreas Stöckel
2015-02-28
Trimming forgotten protectedChars buffer
Andreas Stöckel
2015-02-28
Fixed potential problem in SourceOffsetVector
Andreas Stöckel
2015-02-26
Fixed non-initialized variable
Andreas Stöckel
2015-02-25
start of branch, commit log will be rewritten
Andreas Stöckel
2015-02-22
Adapted old Tokenizer infrastructure to new Tokens.hpp
Andreas Stöckel
2015-02-22
Implemented TokenizedData, a facility to store data with tokens where tokens ...
Andreas Stöckel
2015-02-22
Added Token header containing a standalone definition of "Token"
Andreas Stöckel
2015-02-22
Implemented SourceOffsetVector -- a class for storing the SourceOffset for ea...
Andreas Stöckel
2015-02-14
Moved Tokenizer to core/parser/utils and adapted name
Andreas Stöckel
2015-02-14
Moved DynamicTokenizer and TokenTrie to parser/utils
Andreas Stöckel