index
:
tpc-compiler
master
[ARCHIVED 2017] A compiler for a C-like programming language built using the old Flex and Bison tokenizer and parser generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
res
/
test_print.tpc
blob: e75d93e906554d3c933ba7ac70b0b348d5c61a29 (
plain
)
1
2
3
4
5
6
entier main(void) { entier r1; reade(r1); print(r1); return 0; }