Download List

프로젝트 설명

Seed7 is a general purpose programming language. It is a higher level language compared to Ada, C++, and Java. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Although Seed7 contains several concepts of other programming languages, it is generally not considered as a direct descendant of any other programming language.

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.

2013-02-04 07:42
2013-02-03

Seed7 인터프리터와 컴파일러의 매뉴얼 페이지 추가 되었습니다. 메이크파일은 대상 distclean 및 테스트를 지원 하도록 개선 되었습니다. 연산자를 기 수 및 기 수 integer.s7i와 bigint.s7i에 추가 되었습니다. 확인 된 연산자에 대 한 기 수 및 기 수에 추가 된 chkint.sd7. Bas7.sd7, VARPTR 함수 및 문을 열기에 관한 오류 해결 되었습니다. Makedata.s7i 함수 getLineWithMacrosApplied 향상 되었습니다. 통화 기호 문자 여러 글꼴에 추가 되었습니다. Int 플 로트에서 캐스트의 오버플로 검사 chkccomp.c에 추가 되었습니다.
Tags: Minor feature and documentation enhancements
Man pages for the Seed7 interpreter and compiler have been added. The makefiles have been improved to support the targets distclean and test. The operators radix and RADIX have been added to integer.s7i and bigint.s7i. Checks for the operators radix and RADIX have been added to chkint.sd7. Errors in bas7.sd7, concerning the function VARPTR and the statement OPEN, have been fixed. The function getLineWithMacrosApplied in makedata.s7i has been improved. The currency sign character has been added to several fonts. A check for an overflow of a cast from float to int has been added to chkccomp.c.

2013-01-21 14:15
2013-01-20

인터프리터와 컴파일러에 새로운 옵션이 추가 되었습니다. 추가 구문 분석 함수를 실행 하 고 progs.s7i에 추가 되었습니다. 라이브러리 gzip.s7c 고정 허프만 코드 블록을 디코딩할 향상 되었습니다. BigInteger 리터럴 10 다른 기지에 대 한 지원이 추가 되었습니다. Str 함수 str (48879, 16) "쇠고기" 반환 되도록 변경 되었습니다. 프로그램 make7.sd7 여러 대상 및 옵션 C. 지원 하도록 개선 되었습니다. 컴파일러에서 부동 포인트 사업부의 처리가 개선 되었습니다. 메이크파일의 mk_clang.mak 뗑그렁 C 컴파일러를 지원 하기 위해 추가 되었습니다.
Tags: Major feature and documentation enhancements
New options have been added to the interpreter and compiler. Additional parse and execute functions have been added to progs.s7i. The library gzip.s7c has been improved to decode blocks with fixed Huffman codes. Support for bigInteger literals with bases other than 10 has been added. The str functions have been changed such that str(48879, 16) returns "beef". The program make7.sd7 has been improved to support multiple targets and the option -C. The handling of floating point divisions in the compiler has been improved. The makefile mk_clang.mak has been added to support the clang C compiler.

2013-01-06 09:29
2013-01-05

Seed7 인터프리터 s7을 바꾼.

Drw_win.c에 함수 drwOpen 프로그램을 콘솔에서 시작 되지 않은 경우 콘솔 창을 숨기려면 향상 되었습니다.

연산자 "공상 과학"과 "특급"에 대 한 설명이 설명서에 추가 되었습니다.

문서 주석 clib_file.s7i에 추가 되었습니다.

Pixmap_file.s7i, Pixmapfontfiles에 대 한 기능이 향상 되었습니다.

Cmd_win.c에 함수 Preparecommandline와 Cmdstartprocess를 향상 되었습니다.

Striutl.c에 함수 escape_command 및 cp_to_command Windows에서 제대로 작동 하도록 향상 되었습니다.

매개 변수 이름은 다양 한 파일에 추가 되었습니다.
Tags: Major feature enhancements
The Seed7 interpreter has been renamed to s7.

The function drwOpen in drw_win.c has been improved to hide the console window
when the program was not started from a console.

Descriptions of the operators "sci" and "exp" have been added to the manual.

Documentation comments have been added to clib_file.s7i.

In pixmap_file.s7i, the functions for pixmapFontFiles have been improved.

In cmd_win.c, the functions prepareCommandLine and cmdStartProcess have been improved.

In striutl.c, the functions escape_command and cp_to_command have been improved to work
correctly under Windows.

Parameter names have been added to various files.

2012-12-22 13:28
2012-12-21

Seed7 컴파일러 상수 픽스 맵 지원 사용 하지 않는 배열의 배열 상수 선언을 생략 하 고 향상 되었습니다.

다양 한 라이브러리와 예제 프로그램에서 결과 변수 이름이 변경 되었습니다.

함수 getPixel 및 imagePixmap 추가 또는 개선 된.

Pic16.s7i 및 pic32.s7i는 격자와 뱀파이어의 사진 추가 되었습니다.

함수 Getvalue는 라이브러리 progs.s7i의 PRIMITIVE_WINDOW 값에 대 한 오버 로드 되었습니다.

받고 의견 연산자에 추가 된 & 및 < & 라이브러리 string.s7i.

창 닫기 단추에 대 한 검사를 drw_win.c에 함수 Gkbkeypressed에 추가 되었습니다.
Tags: Minor feature enhancements
The Seed7 compiler has been improved to support constant pixmaps and to omit array constant
declarations for unused arrays.

Result variables have been renamed in various libraries and example programs.

The functions getPixel and imagePixmap have been added or improved.

Pictures of a grating and a vampire have been added to pic16.s7i and pic32.s7i.

The function getValue has been overloaded for PRIMITIVE_WINDOW values in the library
progs.s7i.

Documention comments have been added to the operators & and <& in the library string.s7i.

A check for the window close button has been added to the function gkbKeyPressed in drw_win.c.

2012-12-13 07:56
2012-12-12

Seed7 컴파일러 s7c에 개명 되었다. 프로그램 make7.sd7 명령줄에 매크로 수 있도록 개선 되었습니다. 라이브러리 makedata.s7i 및 make.s7i를 개선 했다. 함수 popen 변종 shell.s7i에 추가 되었습니다. 차이 & 및 < & FAQ에서 설명 했다. 프로그램 tar7.sd7 모든 파일 인수에 대 한 DOS 경로 허용 하도록 개선 되었습니다. 여러 파일에 문서 주석은 추가 되었습니다. 닫기 단추 (X)를 누를 때 프로그램을 종료 하는 그래픽 드라이버 개선 했다. 메이크파일은 Seed7 컴파일러의 실행 파일 생성 's7c 하 게' 개선 했다.
Tags: Major feature enhancements
The Seed7 compiler was renamed to s7c. The program make7.sd7 was improved to allow macros in the command line. The libraries makedata.s7i and make.s7i were improved. A variant of the function popen was added to shell.s7i. The difference between & and <& was explained in the FAQ. The program tar7.sd7 was improved to accept DOS paths for all file arguments. Documentation comments were added to several files. The graphic drivers were improved to exit a program when the close button (X) is pressed. The makefiles were improved such that 'make s7c' generates an executable of the Seed7 compiler.

Project Resources