readme

来自「用于词法分析的词法分析器」· 代码 · 共 59 行

TXT
59
字号
				 Elex			     Version 0.1		 Copyright (C) 1997, Matthew Phillips			 All Rights ReservedLegal Bit----------------------------------------------------------------------    Elex, a multi-language scanner generator.    Copyright (C) 1997 Matthew Phillips.    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., 675 Mass Ave, Cambridge, MA 02139, USA.    The author can be contacted by email at <mpp@ozemail.com.au>.----------------------------------------------------------------------Introduction============This is Elex, a multi-language scanner generator.  See `doc/elex.info'for a full description.  For completely up-to-date information and thelatest version see:	    http://www.ozemail.com.au/~mpp/elex/elex.htmlElex is made available under the terms of the GNU Public License (see`GPL' in this directory).Installation============Read `INSTALL'.  For those that hate to RTFM, just run `make install'which will build Elex and run the installation utility.  Theinstallation utility will ask some questions, such as where to installElex, and then create the installation.Bug Reports & Suggestions=========================Send bug reports and suggestions to the author at mpp@ozemail.com.au.$Revision: 1.5 $

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?