- 20 Sep, 2020 1 commit
-
-
Thomas Goirand authored
-
- 08 Sep, 2020 1 commit
-
-
Thomas Goirand authored
-
- 03 Jul, 2020 3 commits
- 17 Apr, 2020 3 commits
- 17 Mar, 2020 8 commits
-
-
Tommy Yu authored
-
Tommy Yu authored
- Should have just combined those earlier minor linting fixes...
-
Tommy Yu authored
-
Tommy Yu authored
-
Tommy Yu authored
-
Tommy Yu authored
-
Tommy Yu authored
- Also ensure that optimised mode is added to the CI workflow.
-
Tommy Yu authored
- Optimised mode is a thing. Fixes #29
-
- 11 Feb, 2020 1 commit
-
-
Tommy Yu authored
- Made use of the more fine-tuned specific flake8 per-file-ignores configuration option to limit what formatting issues should be ignored for the affected files. - Also removed all remaining overspecified ignores and corrected the missing raw strings prefix for strings that have escape sequences that are not currently defined.
-
- 18 Jan, 2020 3 commits
- 17 Jan, 2020 1 commit
-
-
David Runge authored
-
- 27 Nov, 2019 1 commit
-
-
Tommy Yu authored
- Small refactoring to decode_vlqs into a generator function; also provide a standalone decode_vlq function to accompany the encode_vlq function. - Correction and clarity to relevant documentation in that module.
-
- 22 Nov, 2019 1 commit
-
-
Tommy Yu authored
- This is to ensure that the replacement for the generic cases across all parsers will not unintentionally be testing against a single implementation.
-
- 21 Nov, 2019 5 commits
- 20 Nov, 2019 4 commits
-
-
Tommy Yu authored
-
Tommy Yu authored
- Allow the specification of number of tokens, and document how that is used inside the relevant test case.
-
Tommy Yu authored
- Only do so if the current token is DIV and the previous token falls under one of the affected ambiguous token types. - Also corrected the tracking of previous token to be more useful for error reporting, as part of the fix to what that lexer variable tracks. - Based on hints at: https://stackoverflow.com/a/27120110/2904896 Fixes #25.
-
Tommy Yu authored
- This is done in a similar manner and reason as what the lexer tests went through.
-
- 15 Aug, 2019 8 commits