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
/
mulop
/
pass-int.p
blob: 5f1f327ebc890bbc234eb96959c8bad06865bc31 (
plain
)
1
2
3
4
5
program main
(
input
,
output
);
var a
:
integer
;
begin a
:=
1
*
1
end.