| Rev. | Time | Author |
|---|---|---|
| r216 | 2007-03-05 00:17:11 | reno |
|
implemented variable scope coordinator |
||
| r215 | 2007-03-04 02:36:11 | reno |
|
implemented managing dependents of blocks |
||
| r214 | 2007-03-04 02:14:53 | reno |
|
added COPY_VALUES |
||
| r213 | 2007-03-04 02:14:25 | reno |
|
renamed elem_index to find_index |
||
| r212 | 2007-03-03 01:09:21 | reno |
|
reimplemented managing arguments and temporary variables |
||
| r211 | 2007-03-03 01:02:07 | reno |
|
implemented elem_index and iter_hierarchy |
||
| r210 | 2007-03-02 16:12:27 | reno |
|
implemented compiling inline blocks for ifTrue:/ifFalse: |
||
| r209 | 2007-03-02 15:12:16 | reno |
|
set ignore patterns |
||
| r208 | 2007-03-02 15:11:46 | reno |
|
added |
||
| r207 | 2007-03-02 04:32:26 | reno |
|
implemented compiling inline whileTrue: and whileFalse: |
||
| r206 | 2007-03-01 18:19:03 | reno |
|
implemented variable scope for inline blocks |
||
| r205 | 2007-03-01 18:18:33 | reno |
|
implemented any() and changed error class of find() |
||
| r204 | 2007-03-01 17:01:43 | reno |
|
implemented parent iteration and searching outer method function |
||
| r203 | 2007-03-01 17:00:50 | reno |
|
implemented find |
||
| r202 | 2007-03-01 16:03:35 | reno |
|
changed identifier 'tmp' to 'temp' |
||
| r201 | 2007-03-01 15:57:12 | reno |
|
implemented parsing and compiling dictionary |
||
| r200 | 2007-03-01 15:47:59 | reno |
|
implemented set parent ast |
||
| r199 | 2007-03-01 03:59:51 | reno |
|
implemented compiling inline whlie |
||
| r198 | 2007-02-28 21:58:33 | reno |
|
changed debug print format |
||
| r197 | 2007-02-28 18:31:53 | reno |
|
implemented loop head |
||
| r196 | 2007-02-28 17:55:14 | reno |
|
implemented return inst and removed pop returns |
||
| r195 | 2007-02-28 17:16:54 | reno |
|
implemented optimizing getter and setter |
||
| r194 | 2007-02-28 16:50:50 | reno |
|
fixed printing description of unary selector method |
||
| r193 | 2007-02-28 16:41:08 | reno |
|
implemented compiling dynamic array and dictionary |
||
| r192 | 2007-02-28 16:32:13 | reno |
|
implemented compiling array |
||
| r191 | 2007-02-28 16:26:39 | reno |
|
implemented compiling symbol, data and regexp |
||
| r190 | 2007-02-28 16:26:13 | reno |
|
implemented pop load literal |
||
| r189 | 2007-02-28 16:17:06 | reno |
|
implemented CodeCompiler.is_arg() and fixed CodeCompiler.visit_var |
||
| r188 | 2007-02-28 16:14:12 | reno |
|
implemented pop load true/false/nil/receiver/context/0/1/2/integer |
||
| r187 | 2007-02-28 16:07:30 | reno |
|
fixed add pop after statement |
||