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-12-02 06:32 Back to release list
0.6

정수 및 부동 소수점 작업에 대 한 const 접는 구현 되었습니다. 확장에서 균열 함수 본문 코드를 주입 하는 것에 대 한 지원이 추가 되었습니다. 모듈 캐시에 대 한 지원의 기초 추가 되었습니다. "펑터" 구현 되었습니다. ' 아스키 ' ASCII 데이터 관련 된 기능을 지 원하는 모듈 추가 되었습니다. 숫자 배열 처리에 대 한 모듈 추가 되었습니다. 안정적인 모듈 crack.exp의 마이그레이션된 및 사용 되지 않는 모듈 제거 되었습니다. "const" 변수를 구현 했습니다. 액세스 보호 구현 되었습니다. 추상 메서드를 구현 했습니다. 단위 테스트 프레임 워크 업그레이드 되었습니다.
Tags: stable major
Const folding for integer and float operations was implemented. Support for injecting crack function body code from an extension was added. The foundations of support for module caching were added. "Functors" were implemented. An 'ascii' module supporting functionality specific to ASCII data was added. A module for dealing with numeric arrays was added. Stable modules were migrated out of crack.exp and obsolete modules were removed. "const" variables were implemented. Access protection was implemented. Abstract methods were implemented. The unit test framework was upgraded.

Project Resources