Skip to content

Releases: kaesar/abcode

v0.6.0

v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@kaesar kaesar released this 12 Jan 13:32

v0.6.0 Subprojects in Rust are realesed to support ABCode in several ways: library, web like playground, runtime for scripts, web runtime for functions, extensions. Reorganize the compiler in abcodec folder (intead of root).

In case you compiling with cargo and running, example...

cargo run -- -s abc/hello.abc -t 6

cargo build --release && ./target/release/abcodec -s abc/hello.abc -t 6

v0.5.0

v0.5.0 Pre-release
Pre-release

Choose a tag to compare

@kaesar kaesar released this 03 Jan 12:35

v0.5.0 Updates dependencies like BoaJS under Rust. The full compiler with all Javascript transpilers (x10) are released (since I was reserving that code). Includes also new experimental languages: Rust, PHP, C#.

In case you compiling with cargo and running, example...

cargo run -- -s abc/hello.abc -t 6

cargo build --release && ./target/release/abcodec -s abc/hello.abc -t 6

ABCode Compiler v0.4.0

Pre-release

Choose a tag to compare

@kaesar kaesar released this 15 Jun 22:16

v0.4.0 Important changes since is using Rust + BoaJS. Introducing high experimental targets for Kotlin & Java (+Go)

ABCode Compiler v0.3.0

Pre-release

Choose a tag to compare

@kaesar kaesar released this 09 Mar 15:15

v0.3.0 Rust + BoaJS release for 2025, changing GoLang + Goja from 2021

ABCode Compiler v0.2.0

Pre-release

Choose a tag to compare

@kaesar kaesar released this 02 Mar 17:04

v0.2.0 sources released from base files with GoLang on 2021 by me (Cesar Andres Arcila Buitrago)

Just download and uncompress according to your system and run something like...

./abcodec -s abc/hello.abc

abcodec is the compiler and abc/hello.abc represent your source code with ABCode.
See here better: ABCode Programming Language

ABCode Compiler v0.1.0

Pre-release

Choose a tag to compare

@kaesar kaesar released this 12 Jan 11:19
35c1f88

Just download and uncompress according to your system and run something like...

./abcodec -s abc/hello.abc

abcodec is the compiler and abc/hello.abc represent your source code with ABCode.
See here better: ABCode Programming Language