- 01 Apr, 2020 1 commit
-
-
Richard Weinhold authored
-
- 29 Mar, 2020 1 commit
-
-
Richard Weinhold authored
-
- 27 Mar, 2020 3 commits
-
-
Richard Weinhold authored
-
Richard Weinhold authored
- setting config of the tokenizer is now done as an array, supporting the following attributes: - maxDepth (int) - disableAutoTrim (bool)
-
Richard Weinhold authored
-
- 26 Mar, 2020 1 commit
-
-
Richard Weinhold authored
-
- 25 Mar, 2020 1 commit
-
-
Richard Weinhold authored
- input-blocks can now be configured through the new bool $splitAffixIntoSymbols paramter to generate prepended and appended Tokens instead of prefix/suffix attributes, allowing easier parsing of naturla-language like syntaxes
-
- 24 Mar, 2020 1 commit
-
-
Richard Weinhold authored
-
- 23 Mar, 2020 2 commits
-
-
Richard Weinhold authored
-
Richard Weinhold authored
-
- 22 Mar, 2020 2 commits
-
-
Richard Weinhold authored
-
Richard Weinhold authored
- fixes bug, where not-tokenized blocks could contain other blocks
-
- 20 Mar, 2020 2 commits
-
-
Richard Weinhold authored
-
Richard Weinhold authored
-
- 13 Mar, 2020 1 commit
-
-
Richard Weinhold authored
-
- 12 Mar, 2020 4 commits
-
-
Richard Weinhold authored
-
Richard Weinhold authored
-
Richard Weinhold authored
-
Richard Weinhold authored
-
- 11 Mar, 2020 1 commit
-
-
Richard Weinhold authored
-
- 09 Mar, 2020 1 commit
-
-
Richard Weinhold authored
-
- 06 Mar, 2020 2 commits
-
-
Richard Weinhold authored
-
Richard Weinhold authored
-
- 05 Mar, 2020 7 commits
-
-
Richard Weinhold authored
- use ResultSymbol::asGuessedType() to get the symbol-value as a dynamically casted datatype
-
Richard Weinhold authored
- blocks which had shouldTokenizeContent disabled were returning flat ResultSymbols the new behavior is to return a ResultBlock of the coresponding block-type, but keep the block-symbol untokenized, so the block always only contains a single string symbol
-
Richard Weinhold authored
-
Richard Weinhold authored
-
Richard Weinhold authored
-
Richard Weinhold authored
- casting the tokenizers result to an string automagically allows rebuilding a syntactically correct representation of the original input string
-
Richard Weinhold authored
-
- 04 Mar, 2020 1 commit
-
-
Richard Weinhold authored
- extracts tokenizer from ricwein/templater project
-