• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D02-Mar-200517.6 KiB341281

ChangeLogH A D22-Jun-2005288 1711

MakefileH A D03-May-2022529 3122

Makefile.evilH A D02-Mar-2005637 3428

Makefile.goodH A D02-Mar-2005512 2418

READMEH A D22-Jun-2005444 2613

aamath.1H A D22-Jun-20053 KiB119118

aamath.ccH A D23-Jun-20053.4 KiB214161

canvas.ccH A D08-Mar-20055.6 KiB350266

canvas.hH A D02-Mar-20051.9 KiB10265

expr.ccH A D03-May-202226.3 KiB1,7761,264

expr.hH A D03-May-202211.8 KiB635459

lexer.lH A D23-Jun-20051.6 KiB8057

parser.yH A D08-Mar-20054.9 KiB218176

testcasesH A D02-Mar-20051.3 KiB1817

version.hH A D23-Jun-2005474 141

README

1This is aamath, an ASCII art mathematics renderer.
2
3To compile on *nix or cygwin:
4
5  make -f Makefile.good
6
7To compile on djgpp hosted on windows:
8
9  make -f Makefile.evil
10
11To test it:
12
13  ./aamath < testcases
14
15To run in interactive mode:
16
17  ./aamath
18
19To compile without readline:
20
21  remove -DUSE_READLINE and -lreadline and -ltermcamp from Makefile.good
22
23Please email any comments, suggestions and patches to:
24
25  mauro_persano at yahoo dot com
26