1
0
mirror of https://git.suckless.org/9base synced 2025-08-26 01:43:47 -07:00
Evan Gates 63916da7bd hoc: Don't nest calls to follow() when lexing ++/+= and --/-=
The code had a nested use of the follow() function that could cause +=+
and -=- to register as ++ and --.  The first follow() to execute could
consume a character and match and then the second follow() could consume
another character and match.  For example i-=-10 would result in a syntax
error and i-=- would decrement i.
2019-09-13 15:56:15 +00:00
2016-08-18 08:49:11 +02:00
2009-08-25 20:05:27 +01:00
2016-08-18 08:49:11 +02:00
2015-06-27 21:53:02 +02:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2012-11-01 18:07:57 +01:00
2009-08-25 20:05:27 +01:00
2017-08-06 09:30:30 +02:00
2011-07-05 19:25:18 +01:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2010-05-28 11:32:00 +01:00
2012-11-01 18:07:57 +01:00
2017-08-06 09:30:30 +02:00
2017-08-06 09:30:30 +02:00
2009-08-25 20:05:27 +01:00
2010-05-27 13:31:50 +01:00
2009-08-25 20:05:27 +01:00
2010-05-28 11:32:00 +01:00
2012-07-02 21:52:15 +02:00
2011-05-08 08:26:38 +00:00
2012-02-29 20:52:27 +01:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2011-05-08 08:26:38 +00:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2009-08-25 20:05:27 +01:00
2011-01-06 09:30:54 +00:00
2016-08-18 08:49:04 +02:00
2010-06-04 11:44:25 +01:00
2012-02-29 20:52:27 +01:00
2012-11-01 18:07:57 +01:00
2010-04-25 12:10:12 +01:00
2012-11-01 18:07:57 +01:00
2016-08-18 08:49:11 +02:00

Abstract
--------
This is a port of various original Plan 9 tools for Unix, based on
plan9port[1]. See the LICENSE file for license details.


Installation
------------
Edit config.mk to match your local setup and  execute 'make install'
(if necessary as root). By default, 9base is installed into its own
hierarchy, /usr/local/plan9. This is done to avoid conflicts with the
standard tools of your system.


Credits
-------
Many thanks go to Lucent, the Bell Labs which developed this fine
stuff and to Russ Cox for his plan9port.

References
----------
[1] http://swtch.com/plan9port/

--Anselm R Garbe
Description
No description provided
Readme Multiple Licenses 2.5 MiB
Languages
C 76.5%
Roff 13.7%
Yacc 2.4%
TeX 1.6%
Assembly 1.3%
Other 4.4%