C-to-Forth-compiler icon indicating copy to clipboard operation
C-to-Forth-compiler copied to clipboard

Few people use Forth. But this might be useful if you want to!

Results 3 C-to-Forth-compiler issues
Sort by recently updated
recently updated
newest added

https://github.com/dmedinag/C-to-Forth-compiler/blob/827144bd66f3d7de9f507ae2c6741e1c48058431/c2f3.y#L131 Please add semicolon before '{' | funcall { printf("%s\n", $1); }

https://github.com/daniRiesgo/C-to-Forth-compiler/blob/master/report.pdf Is there English version for this report please?

chmod u+x run_tests.sh ian@ian-HP-Convertible-x360-11-ab1XX:~/Downloads/C-to-Forth-compiler-master$ ./run_tests.sh c2f3.tab.c: In function ‘yyparse’: c2f3.tab.c:1319:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] 1319 | yychar = yylex (); | ^~~~~ c2f3.y:97:99: warning: zero-length gnu_printf format...