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
/
pass-real.p
blob: 13db838c8b7574ce764af14c6d0d50ced921dd26 (
plain
)
1
2
3
4
5
program main
(
input
,
output
);
var a
:
real
;
begin a
:=
1.1
end.