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