Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-06-07 | json-lexer: make lexer error-recovery more deterministic | Michael Roth | 1 | -4/+21 |
2011-06-07 | json-lexer: fix flushing logic to not always go to error state | Michael Roth | 1 | -3/+3 |
2011-06-07 | json-lexer: reset the lexer state on an invalid token | Anthony Liguori | 1 | -0/+3 |
2011-06-07 | json-lexer: limit the maximum size of a given token | Anthony Liguori | 1 | -0/+13 |
2011-04-15 | json-lexer: fix conflict with mingw32 ERROR definition | Blue Swirl | 1 | -3/+3 |
2010-06-11 | remove unnecessary lookaheads | Paolo Bonzini | 1 | -32/+16 |
2010-06-11 | implement optional lookahead in json lexer | Paolo Bonzini | 1 | -23/+35 |
2010-06-11 | json-lexer: Drop 'buf' | Luiz Capitulino | 1 | -6/+1 |
2010-06-11 | json-lexer: Handle missing escapes | Luiz Capitulino | 1 | -0/+4 |
2010-06-11 | json-lexer: Initialize 'x' and 'y' | Luiz Capitulino | 1 | -0/+1 |
2010-02-10 | json: fix PRId64 on Win32 | Roy Tam | 1 | -0/+16 |
2009-11-17 | Add a lexer for JSON | Anthony Liguori | 1 | -0/+327 |