V0.1.0 -- Significant changes: The introduction of Procedure Literals

as an integral part of the compiling process. For linguistic harmony,
methods like .each{ … } are now .each{{ … }} to match the way procedure
literals work with {{ … }}. This change has resulted in a large reduction
in the need for helper methods and other such kludges.
This commit is contained in:
Peter Camilleri 2015-06-12 11:25:33 -04:00
parent aa58afee8d
commit 4dc4068352
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -3,5 +3,5 @@
#* version.rb - The version string for fOOrth.
module XfOOrth
#The version string for fOOrth.
VERSION = "0.0.7"
VERSION = "0.1.0"
end