repo.or.cz
/
knight_shuffling_tower.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add license
[knight_shuffling_tower.git]
/
parser.h
blob
9ed46217f80f93bc6052e31c8756f07cf520462b
1
#ifndef _PARSER_H_
2
# define _PARSER_H_
3
4
ast
*
build
(
FILE
*);
5
6
#endif