Download List

프로젝트 설명

Crack is a programming language that aims to provide the ease of development of a scripting language with the performance of a compiled language. The "crack" program is a "script executor" that compiles source
to machine code on the fly, though it will cache the code to intermediate formats as appropriate. The crack language itself derives concepts from C++, Java, and Python, incorporating object-oriented programming, operator overloading, and strong typing.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-04 18:09 Back to release list
0.4

C에서 그 같은 예외에 대한 지원이 + +, Java는, 또는 파이썬이 추가되었습니다. 네이티브 바이너리에 직접 스크립트를 컴파일에 대한 지원이 추가되었습니다. 시퀀스 초기화 구문이 추가되었습니다. 문자열 보간이 개선되었습니다. Byte 및 정수 문자열 상수가 추가되었습니다. 인코딩 주석이 추가되었습니다.
Tags: Unstable, Major
Support for exceptions like those in C++, Java, or Python was added. Support for compiling scripts directly to native binaries was added. Sequence initialization syntax was added. String interpolation was improved. Byte and integer string constants were added. An encoding annotation was added.

Project Resources