English
English
Slovensky
Slovensky
Česky
Česky
Šarišsky
Šarišsky
Category: Projects

Program: Compiler.c
File exe: Compiler.exe
need: Klavesy.hStruct.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]