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
/
arrray
/
pass-real.p
blob: 582bbdbeec02571f871503ac178ab613c3859d2d (
plain
)
1
2
3
4
5
program main
(
input
,
output
);
var a
:
array
[
1
.
.10
]
of real
;
begin a
[
3
] :=
1.1
end.