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