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
/
bool
/
fail-and.p
blob: 124de1fac69464acfdc642bd59bc8d2d34b757ed (
plain
)
1
2
3
4
5
6
7
program main
(
input
,
output
);
var a
:
integer
;
begin a
:=
1
;
(
a
=
1
)
and
1
end.