index
:
pascal_compiler
master
Small compiler for a subset of pascal
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pc.h
blob: 009e3ff33c441f419ba2c5afb92f14360ad365c0 (
plain
)
1
2
3
4
5
char
*
pretty_type
(
int
);
void
debug_print
(
int
,
union
YYSTYPE
*);
int
yyerror
(
char
*);