Skip to content

Releases: btwael/mammouth

v3.0.1

25 Oct 12:32
Compare
Choose a tag to compare
  • Add more predefined including:
    • Sockets
    • TCP
    • Memcache
    • Memcached
    • MySQL (of official driver)
    • PostgreSQL (of official driver)
    • Apache

v3.0.0: Merge pull request #57 from btwael/v3.x

14 Sep 19:04
Compare
Choose a tag to compare

v2.0.1

25 Aug 21:25
Compare
Choose a tag to compare
Add super mammouth

The new mammouth 2.0.0

25 Aug 20:22
Compare
Choose a tag to compare

Rewriting the project using JISON, support many php structure, better context system, in short large changes

v0.2.3

15 Jan 16:10
Compare
Choose a tag to compare

-[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

05 Jan 15:48
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Adding the Scope Resolution Operator (::) support, a very important feature,

mammouth v0.2.0

26 Oct 19:20
Compare
Choose a tag to compare

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

17 Sep 13:29
Compare
Choose a tag to compare
mammouth v0.1.9 Pre-release
Pre-release

Fix variables starting with reserved words

v0.1.8

13 Aug 17:02
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release

ADD: namespaces and sub-namespaces support
ADD: class support
FIX: build.js

v0.1.7

17 Jul 16:24
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

Use whitespace as concatenation operator