index
:
hence
master
Toy language for building digital circuits from atomic logical operations
David Phillips
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse.h
blob: 95a1fa8b17a5c9d897a9d05cc99783066912f159 (
plain
)
1
2
3
#include <stdio.h>
int
parse
(
const char
*,
FILE
*,
struct
token
*);