Releases: MikaSukie/Orcat-Lang
ORCatCompiler Installer
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
ORCC-1.6-Beta
ORCC-1.5-Beta
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.