Dave Halter
|
b7bf8d515c
|
support for completions on return statements.
|
2014-06-22 12:05:22 +02:00 |
|
Dave Halter
|
06bae0e835
|
fix test issue with python 2.7
|
2014-05-16 18:03:36 +02:00 |
|
Dave Halter
|
4e596060b9
|
test for is_nested failure
|
2014-05-16 13:00:13 +02:00 |
|
Dave Halter
|
a4b9ccc2e7
|
the fast parser was able to return wrong sub parsers, because the sometimes hashes were not updated, fixes #396.
|
2014-05-04 16:36:41 +02:00 |
|
Dave Halter
|
16fd7f5424
|
create a more specific test for #396, which is again a fast parser issue
|
2014-05-04 15:53:53 +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
|
ef62904af3
|
python 2 compatibility (also with the new travis build)
|
2014-05-04 11:50:13 +02:00 |
|
Dave Halter
|
091518d924
|
test for carriage return issues. fast parser seems to be counting characters wrong when carriage returns are involved. see #402
|
2014-05-04 01:56:53 +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
|
65ce609a3c
|
protect token_list -> _token_list
|
2014-03-04 12:43:37 +01:00 |
|
Dave Halter
|
b28f8fc7b4
|
test_parsing -> test_parser
|
2014-02-26 10:45:28 +01:00 |
|
Dave Halter
|
9257062910
|
remove NoErrorTokenizer dependency for all but the fast parsers
|
2014-02-24 10:31:15 +01:00 |
|
Dave Halter
|
8e847f4982
|
fix python 2.7 issues. the parser now only takes unicode inputs
|
2014-02-23 11:44:32 +01:00 |
|
Dave Halter
|
c8d6fbb0a1
|
temporary changes for the tokenizer issues
|
2014-02-20 00:43:42 +01:00 |
|
Dave Halter
|
040ea2b735
|
fix a few annoyances to be quicker to develop now (disabled a few tests for now)
|
2014-02-13 15:40:51 +01:00 |
|
Dave Halter
|
6939e3e18f
|
moved test_get_code to test_parser
|
2014-02-12 11:33:46 +01:00 |
|
Dave Halter
|
8660555d7b
|
moved api, parser and evaluate test directories to test_api, test_parser...
|
2014-01-29 21:16:18 +01:00 |
|