readme
来自「java语法解释器生成器」· 代码 · 共 32 行
TXT
32 行
This directory contains an interpreter for a small functionalprogramming language (called "AS"). It uses JFlex and CUP.Directory contents:- Main.java is the main program. It reads an AS program from std in and interprets it.- Makefile runs jflex, cup, javac and the compiled interpreter- Classes beginning with "T" implement the abstract syntax tree. They also contain context condition checking and the interpreter.- Symtab.java, SymtabEntry.java, STEfun.java, STEvar.java implement the symbol table.- scanner.lex and parser.cup contain the scanner and parser.- example.as is an example program in ASThe language is described in:Manfred Broy: Einfuehrung in die Informatik, Springer Verlag The files are a solution to excercise 3.40 in the book:Manfred Broy,Bernhard Rumpe: Uebungen zur Einfuehrung in die Informatik -- Strukturierte Aufgabensammlung mit Musterloesungen, Springer Verlag, 2001Both books are only available in German. Sorry.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?