Résultat du TP en C sur Forth
Find a file
2022-12-08 06:11:40 +01:00
calcop.c adding all the code 2022-12-08 06:11:40 +01:00
calcop.h adding all the code 2022-12-08 06:11:40 +01:00
cmpop.c adding all the code 2022-12-08 06:11:40 +01:00
cmpop.h adding all the code 2022-12-08 06:11:40 +01:00
command.c adding all the code 2022-12-08 06:11:40 +01:00
command.h adding all the code 2022-12-08 06:11:40 +01:00
definitions.h adding all the code 2022-12-08 06:11:40 +01:00
exec.c adding all the code 2022-12-08 06:11:40 +01:00
exec.h adding all the code 2022-12-08 06:11:40 +01:00
functions.c adding all the code 2022-12-08 06:11:40 +01:00
functions.h adding all the code 2022-12-08 06:11:40 +01:00
lexer.c adding all the code 2022-12-08 06:11:40 +01:00
lexer.h adding all the code 2022-12-08 06:11:40 +01:00
LICENSE Initial commit 2022-12-08 06:11:00 +01:00
logic.c adding all the code 2022-12-08 06:11:40 +01:00
logic.h adding all the code 2022-12-08 06:11:40 +01:00
main.c adding all the code 2022-12-08 06:11:40 +01:00
main.h adding all the code 2022-12-08 06:11:40 +01:00
Makefile adding all the code 2022-12-08 06:11:40 +01:00
num.c adding all the code 2022-12-08 06:11:40 +01:00
num.h adding all the code 2022-12-08 06:11:40 +01:00
pile.c adding all the code 2022-12-08 06:11:40 +01:00
pile.h adding all the code 2022-12-08 06:11:40 +01:00
pileInt.c adding all the code 2022-12-08 06:11:40 +01:00
pileInt.h adding all the code 2022-12-08 06:11:40 +01:00
prog.forth adding all the code 2022-12-08 06:11:40 +01:00
README.md Initial commit 2022-12-08 06:11:00 +01:00
show.c adding all the code 2022-12-08 06:11:40 +01:00
show.h adding all the code 2022-12-08 06:11:40 +01:00
stackops.c adding all the code 2022-12-08 06:11:40 +01:00
stackops.h adding all the code 2022-12-08 06:11:40 +01:00
state.c adding all the code 2022-12-08 06:11:40 +01:00
state.h adding all the code 2022-12-08 06:11:40 +01:00
test.sh adding all the code 2022-12-08 06:11:40 +01:00

C_TP_Forth

Résultat du TP en C sur Forth