|
more than 450 programs for free
|
![]() English |
![]() Slovensky |
![]() Česky |
![]() Šarišsky |
|
Category: Projects Program: Compiler.c File exe: Compiler.exe need: Klavesy.h, Struct.h Example: Prog.c Littel example how work compiler. It's a easy compiler. You only locate syntax error, don't translate to bin code. IDE is know from common work with C compiler.
Views: 1138x
DECL INTEGER b,c, d; START INTEGERREAD b; b:=a+(d:c); WHILE () INTEGERWRITE a; STOP [Run] [Save] [Print] [Send e-mail] |
|