Nikita Popov
|
664c10121e
|
Add support for union types
We definitely need to introduce a general "Type" abstraction in
the next major version.
|
2019-11-08 14:45:32 +01:00 |
|
Nikita Popov
|
aa72c5d674
|
FPPP: Support inserting into empty lists
|
2019-05-11 22:49:32 +02:00 |
|
Nikita Popov
|
92b39e3d1f
|
Fix nNextFreeElement for arrays with trailing comma
Ugh.
|
2017-12-26 21:17:36 +01:00 |
|
Nikita Popov
|
1c7fd314d1
|
FPPP: Add heuristic for multi-line lists
|
2017-12-26 21:14:36 +01:00 |
|
Nikita Popov
|
4fcdac40d1
|
FPPP: Fix insertion of multiple elems at start
|
2017-12-02 15:10:15 +01:00 |
|
Nikita Popov
|
dc3ace55c3
|
FPPP: Support insert at start of list node (#446)
|
2017-12-01 22:09:51 +01:00 |
|
Nikita Popov
|
f5de7f9894
|
FPPP: Check that nodes are nodes in pArray()
|
2017-10-18 15:42:01 +02:00 |
|
Nikita Popov
|
bbec051e51
|
FPPP: Consolidate indentation levels
A bit annoying that we have to keep $this->nl always synchronized.
|
2017-10-06 18:21:08 +02:00 |
|
Nikita Popov
|
f071b66013
|
Print comments of inserted statements
|
2017-10-06 17:58:56 +02:00 |
|
Nikita Popov
|
310155832a
|
FPPP: Support insertion into list subnodes
With some rough edges...
|
2017-10-06 14:43:41 +02:00 |
|