aboutsummaryrefslogtreecommitdiff
path: root/pc.1
blob: 9ce58aa0f96c840673a949e0f66b0f17367724c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH PC 1 "2019 October 17" "PC 0.1.1" "PC Manual"
.SH NAME
pc - Pascal Compiler

.SH SYNOPSIS
.nf
\fBpc\fP [options]
.fi

.SH DESCRIPTION
PC parses and (starts to) compile a subset of pascal into X86-64
assembly. PC accepts a source file via stdin and will output to
stdout (as long as the binary was compiled with the GENERATE_CODE
macro). Errors are reported on stderr; If the binary was compiled
with the macro DEBUG then parse trees and scopes are printed to stderr
as well.

.SH OPTIONS
.PP
PC currently accepts no options.

.SH AUTHOR
Tucker Evans