-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREADME
52 lines (33 loc) · 2.04 KB
/
README
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
Next Delphi Yacc & Lex - Parser generator toolset for Delphi
Copyright (c) 2013 Roman Yankovsky <roman@yankovsky.me>
Based on Delphi Yacc & Lex version 1.4
Based on Turbo Pascal Lex and Yacc Version 4.1
Copyright (c) 1990-92 Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de>
Copyright (C) 1996 Berend de Boer <berend@pobox.com>
Copyright (c) 1998 Michael Van Canneyt <Michael.VanCanneyt@fys.kuleuven.ac.be>
Copyright (c) 2004 Morris Johns, Christchurch, NZ.
Copyright (c) 2003-2004 Michiel Rook <michiel@grendelproject.nl>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-------------------------------------------------------------------------
What:
Next Delphi Yacc & Lex is a parser generator toolset for Delphi, based on
Delphi Yacc & Lex, version 1.4 by Michiel Rook and Turbo Pascal Lex and Yacc,
version 4.1, by Albert Graef et al.
The primary goal is to clean up the code, and improve compatibility
and maintainability.
Why:
The project started because the original Delphi Yacc & Lex did not compile well
in Delphi XE3 and the last release or activity dates back to 2005.
Contact:
Please send any inquiries or suggestions to roman@yankovsky.me.
-------------------------------------------------------------------------