Skip to content

Releases: MikaSukie/Orcat-Lang

ORCatCompiler Installer

24 Jun 23:13
37af8df

Choose a tag to compare

Instead of manually downloading the compiler, I have created a installer using orcatlang.
Place the installer in the desired directory (folder) and it is a runnable binary.
(NEW VERSION ocata for ARM linux.bin (Malloc is bugged TODO: Fix Malloc on ARM ORCCa.bin))
// Be aware the ARM version "ocata" is not currently functioning 100% as intended. beware.

ocatl for linux, ocatm for mac. you can remove the extra letter since intended name is ocat.
on linux its ocatl (or ocat) then args but on mac its ./ocatm (or ./ocat) args

ORCC-Updatable

24 Jun 23:15
619de86

Choose a tag to compare

ORCC-Updatable Pre-release
Pre-release

ORCC-1.6-Beta

23 Jun 17:39
2ce4306

Choose a tag to compare

Removed the "hopefully" unneeded macro system and properly implemented generic functions with types. Also added argument support (through C and my compiler adjustments.)

ORCC-1.5-Beta

31 May 17:39
44cb285

Choose a tag to compare

First ready release of the simple but optimized compiler ORCC. ORCatCompiler. (patched a new bug with booleans not parsing expressions) new patch: fixed order of operation to comparisons. (more misc patches.) Tested with fizzbuzz. *added multiline comments *fixed files not being read as UTF-8 *rewrote some to allow C interaction with my language. *new update. (same as alpha update but without the extension system) new optimized compiler version compiled with C++. Result is filesize going down from 7.7mb to 6.4mb. speeds. *new added extension system. (pre-release now released. 6x performance enhancement instead of 2x.) *fixed so nomd can be applied to globals. *new safe type checking read write checker. (Crawl Checker) or the new "crumb system". *added linux edition.