-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (46 loc) · 1.82 KB
/
index.html
File metadata and controls
61 lines (46 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<HTML><HEAD>
<TITLE>Zerksis D. Umrigar</TITLE>
</HEAD>
<BODY BGCOLOR="#BFBFBF" TEXT="#000000" LINK="#0000ef" VLINK="#55188a"
ALINK="#FF0000">
<H1></H1>
<P> <FONT SIZE= -2 COLOR=#008080>
Last Update Time-stamp: "97/08/26 03:07:36 zdu"
</FONT>
<P>This is a list of some of the projects I have been working on, over the
past few years.
<DL>
<DT><A HREF=parsdemo>Parsing Algorithms Demonstration</A>
<DD> A Java applet which demonstrates recursive-descent parsing, LL(1)
parsing and shift-reduce parsing on a simple expression grammar. Shows
the currently constructed parse tree/forest, the current parse table/program
and a trace of the parse.
<DT><A HREF=zprof> zprof</A>
<DD> A source transformation tool to produce basic block profiles of ANSI-C
programs.
<DT><A HREF=zyacc> zyacc</A>
<DD> A yacc-compatible parser generator.
<DT><A HREF="http://opal.cs.binghamton.edu/~umrigar/cs572">Compiler
Construction Course</A><DD>1997 offering. All transparencies, assignments
and solutions for a traditional compiler construction course using ASU86 as
the text. The toy compiler built was for a subset of Pascal.
<DT><A HREF=zlex> zlex</A>
<DD> A lex-compatible scanner generator.
<DT><A HREF=dim>Dimensional Analysis</A>
<DD> Fully static dimensional analysis in C++. Formed the basis of a
SIGPLAN paper. Contains a set of macros (horrendous to read, but usable)
to permit dimensional analysis in any C++ program.
<DT><a
href="/~zdu/dist/pe-book-ch4_pl.tar.Z">Partial
evaluator</A>
<DD>An implementation in Prolog of the partial evaluator described in
the book <A
HREF="http://www.dina.kvl.dk/~sestoft/pebook/pebook.html">Partial Evaluation
and Automatic Program Generation</A> by N.D. Jones, C.K. Gomard and
P. Sestoft.
</DL>
<HR>
<P><B>Feedback</B>: Please email any feedback to <A
HREF=mailto:zdu@acm.org>zdu@acm.org</A>.
</BODY>
</HTML>