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
/
check
/
type
/
addop
/
pass-int.p
blob: 8a65883f7d58bacdde0792bb6363526f18a753ab (
plain
)
1
2
3
4
program main
(
input
,
output
);
begin
1
+
1
end.