Releases: btwael/mammouth
v3.0.1
v3.0.0: Merge pull request #57 from btwael/v3.x
version 3.x
v2.0.1
The new mammouth 2.0.0
Rewriting the project using JISON, support many php structure, better context system, in short large changes
v0.2.3
-[ADD] break, continue, echo, include, include_once... statements without (
and )
-[ADD] Anonymous functions
-[ADD] Scope Resolution Operator (::)
-[ADD] key-based (associative) arrays
-[ADD] Use ? as isset
-[ADD] Simplified array_push notation
-[ADD] Dynamically created fields
-[ADD] Embedding raw PHP feature
-[ADD] CoffeeScript-likes comments style
-[FIX] Fix proprety access
-[FIX] New line after EOT and EOD
-[FIX] Installer
-[DEV] Create tests-tools by @korpirkor
v0.2.2
mammouth v0.2.0
ADD: slice string and array like in Python with syntax a[start:end]
ADD: Code comments feature like in Javascript
ADD: HEX character (\code) support into string
ADD: null value feature using 'NULL' or 'None' like in PHP or Python
FIX: Statements into statement
FIX: For statement bug and some reserved word in variables problem
mammouth v0.1.9
Fix variables starting with reserved words