source:
branches/Analyzátor gramatiky/UParser.pas
Last change on this file was 32, checked in by , 15 years ago | |
---|---|
File size: 111 bytes |
Line | |
---|---|
1 | unit UParser; |
2 | |
3 | {$mode objfpc}{$H+} |
4 | |
5 | interface |
6 | |
7 | uses |
8 | Classes, SysUtils; |
9 | |
10 | implementation |
11 | |
12 | end. |
13 |
Note:
See TracBrowser
for help on using the repository browser.