Dave Halter
|
c12dbe0b9e
|
Fix a few tests that failed, because they were not correct python (the context was wrong).
|
2016-05-30 20:10:17 +02:00 |
|
Dave Halter
|
4f6368e7eb
|
Now ErrorLeaf and ErrorNode are part of the syntax tree. This makes probably sense. The documentation will follow once it's clear how they will shape out.
|
2016-05-30 00:34:58 +02:00 |
|
Dave Halter
|
108cab21f4
|
Added a closure test that would have failed before the names_dict refactoring.
|
2015-01-08 17:58:24 +01:00 |
|
Dave Halter
|
d09279e0ad
|
change tests that provided wrong instance information
|
2014-07-31 15:16:24 +02:00 |
|
David Halter
|
6f16aaaa19
|
corrected an old comment
|
2013-09-06 15:12:54 +04:30 |
|
David Halter
|
b571964939
|
param arguments that are being forgotten by the user are now added (no strange behaviour anymore)
|
2012-11-30 18:00:48 +01:00 |
|
David Halter
|
5430d156ba
|
added fullname for #61
|
2012-11-18 01:02:07 +01:00 |
|
David Halter
|
db7c2fc6e7
|
added a scope generator for instances, which is necessary, because instance variables have priority over class vars
|
2012-09-04 15:25:08 +02:00 |
|
David Halter
|
469388d72d
|
fixed position error with test
|
2012-08-31 17:52:07 +02:00 |
|
David Halter
|
40d2c412a5
|
instance variables are now working again, however, it's still a little bit strange
|
2012-08-31 01:23:12 +02:00 |
|
David Halter
|
55b6d5b598
|
removed old todos
|
2012-08-06 11:47:39 +02:00 |
|
David Halter
|
ee798b03f2
|
introduced a dynamic completion for params
|
2012-08-05 17:24:26 +02:00 |
|
David Halter
|
b432090f58
|
new ordering tests for classes
|
2012-07-19 17:18:55 +02:00 |
|
David Halter
|
19579cf263
|
removed a little ordering bug, which was just a problem with gotos
|
2012-07-13 15:51:47 +02:00 |
|
David Halter
|
8b8b0f920d
|
full python 2.5-3.2 compatibility. but 2.5 isn't fully tested, because that's not possible
|
2012-07-13 15:34:51 +02:00 |
|
David Halter
|
ff436bd293
|
resolved little ordering problem
|
2012-06-22 21:46:54 +02:00 |
|
David Halter
|
38de9e92bb
|
fixed bug in testing suite
|
2012-06-22 02:45:08 +02:00 |
|
David Halter
|
9523d3c938
|
fully functional classes
|
2012-06-12 00:45:18 +02:00 |
|
David Halter
|
9f8e0f46f6
|
inheritance
|
2012-05-03 02:47:58 +02:00 |
|
David Halter
|
744715af5e
|
class inheritance (only instances)
|
2012-05-03 01:10:07 +02:00 |
|
David Halter
|
1340ccb33d
|
added ordering tests
|
2012-05-02 17:10:31 +02:00 |
|
David Halter
|
29f05aad8f
|
ordering of variables should work now
|
2012-05-02 16:14:48 +02:00 |
|