Commits on Source (42)
-
Mark Wang authored
-
Pierre Penninckx authored
-
Pierre Penninckx authored
The added tests in test_inner_formatting_grouper were incorrectly failing. Removing raising the exception fixed the issue. The other tests are added to verify assumptions and now act as regression tests.
-
Alex Hughes authored
Adding "test_dumy_def_space" to "test_indentation.py" testing for #101
-
Anders Hovmöller authored
-
Marcin Sawicki authored
-
Marcin Sawicki authored
-
Marcin Sawicki authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
Fix line continuation
-
Laurent Peuch authored
Recover from corrupted cache file
-
Marcin Sawicki authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Marcin Sawicki authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
Updated the indentation marker to not fail on len 3 lexer tokens.
-
Laurent Peuch authored
Fixed incorrect tokenization case "d*e-1". Fixes #85
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Daniel Hahler authored
-
Laurent Peuch authored
Fix references: point to new PyCQA repo
Showing
- CHANGELOG 17 additions, 2 deletionsCHANGELOG
- baron/baron.py 8 additions, 2 deletionsbaron/baron.py
- baron/formatting_grouper.py 5 additions, 0 deletionsbaron/formatting_grouper.py
- baron/grammator.py 3 additions, 0 deletionsbaron/grammator.py
- baron/grammator_operators.py 3 additions, 0 deletionsbaron/grammator_operators.py
- baron/grammator_primitives.py 10 additions, 0 deletionsbaron/grammator_primitives.py
- baron/grouper.py 4 additions, 3 deletionsbaron/grouper.py
- baron/indentation_marker.py 1 addition, 1 deletionbaron/indentation_marker.py
- baron/inner_formatting_grouper.py 4 additions, 11 deletionsbaron/inner_formatting_grouper.py
- baron/parser.py 18 additions, 11 deletionsbaron/parser.py
- baron/render.py 5 additions, 1 deletionbaron/render.py
- baron/tokenizer.py 13 additions, 8 deletionsbaron/tokenizer.py
- docs/grammar.rst 280 additions, 40 deletionsdocs/grammar.rst
- grammar/baron_grammar 137 additions, 0 deletionsgrammar/baron_grammar
- grammar/reference_grammar_python3.6 6 additions, 6 deletionsgrammar/reference_grammar_python3.6
- tests/test_baron.py 1 addition, 1 deletiontests/test_baron.py
- tests/test_dumper.py 4 additions, 0 deletionstests/test_dumper.py
- tests/test_formatting_grouper.py 14 additions, 1 deletiontests/test_formatting_grouper.py
- tests/test_grammator.py 11 additions, 0 deletionstests/test_grammator.py
- tests/test_grammator_operators.py 217 additions, 0 deletionstests/test_grammator_operators.py
grammar/baron_grammar
0 → 100644