Add license
[knight_shuffling_tower.git] / parser.h
blob9ed46217f80f93bc6052e31c8756f07cf520462b
1 #ifndef _PARSER_H_
2 # define _PARSER_H_
4 ast *build(FILE *);
6 #endif