aboutsummaryrefslogtreecommitdiffstats
path: root/json-lexer.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Add 'fall through' comments to case statements without breakStefan Weil1-0/+1
2011-06-07json-lexer: make lexer error-recovery more deterministicMichael Roth1-4/+21
2011-06-07json-lexer: fix flushing logic to not always go to error stateMichael Roth1-3/+3
2011-06-07json-lexer: reset the lexer state on an invalid tokenAnthony Liguori1-0/+3
2011-06-07json-lexer: limit the maximum size of a given tokenAnthony Liguori1-0/+13
2011-04-15json-lexer: fix conflict with mingw32 ERROR definitionBlue Swirl1-3/+3
2010-06-11remove unnecessary lookaheadsPaolo Bonzini1-32/+16
2010-06-11implement optional lookahead in json lexerPaolo Bonzini1-23/+35
2010-06-11json-lexer: Drop 'buf'Luiz Capitulino1-6/+1
2010-06-11json-lexer: Handle missing escapesLuiz Capitulino1-0/+4
2010-06-11json-lexer: Initialize 'x' and 'y'Luiz Capitulino1-0/+1
2010-02-10json: fix PRId64 on Win32Roy Tam1-0/+16
2009-11-17Add a lexer for JSONAnthony Liguori1-0/+327