Dave Halter
|
34c9422749
|
The parser tests should also give the parser a grammar.
|
2014-12-08 00:22:33 +01:00 |
|
Dave Halter
|
03e01631cc
|
Remove NamePart from existance and rename it to Name.
|
2014-09-26 16:29:53 +02:00 |
|
Dave Halter
|
3add6e4289
|
Fix various bugs.
|
2014-09-26 12:22:56 +02:00 |
|
Dave Halter
|
bb5ffe9343
|
CompiledObject.name returns a Name now, not a string. This is more consistent with the Jedi design and doesn't lead to bugs while ducktyping.
|
2014-09-03 19:43:21 +02:00 |
|
Dave Halter
|
2616143d10
|
unicode issues with docstrings should be gone, fixes #420
|
2014-07-18 17:43:25 +02:00 |
|
Dave Halter
|
e07f51387f
|
added a test for hex value issues in docstrings, see #427
|
2014-07-18 17:09:44 +02:00 |
|
Dave Halter
|
21341283ca
|
another parser issue, very much related to the last one. sometimes a None element was used as a token.fixes #418
|
2014-07-18 15:10:10 +02:00 |
|
Dave Halter
|
f64b309ff0
|
carriage return test for statements that continue, even though they shouldn't
|
2014-05-04 12:31:21 +02:00 |
|
Dave Halter
|
a97c91002f
|
replace name and statement end_pos (this way we can get rid of all that end_pos crap soon)
|
2014-03-05 23:46:39 +01:00 |
|
Dave Halter
|
b28f8fc7b4
|
test_parsing -> test_parser
|
2014-02-26 10:45:28 +01:00 |
|