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