factor/core/compiler/units
John Benediktsson f75743ecf7 compiler.units: fix modify-code-heap example.
Make sure ``foo`` has the same stack effect as the quotation that is
set on ``foo`` with ``modify-code-heap``.  The symbol had a stack
effect of ( -- x ) since it pushes itself when it is called. The
quotation in the example had stack effect ( -- ).
2017-05-05 08:38:49 -07:00
..
authors.txt Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
summary.txt Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
units-docs.factor compiler.units: fix modify-code-heap example. 2017-05-05 08:38:49 -07:00
units-tests.factor core: Trim using lists from -tests and clean up a few irregularities. 2016-03-30 18:43:41 -07:00
units.factor compiler.units: utility word filter-word-defs 2016-12-05 08:55:32 +01:00