pstef 04c77c18ad indent(1): rewrite the integer/floating constant scanning part of lexi.c
Remove procedural code that did the scanning, which was faulty and didn't
support complex constants such as 0x1p-61. Replace it with a finite state
machine expressed as a transition table. The table was rewritten by hand
from lx's output, given parts of grammar expressed as regular expressions.

lx is Katherine Flavel's lexer generator, currently available at
https://github.com/katef/libfsm and the parts of grammar were taken from
http://quut.com/c/ANSI-C-grammar-l-2011.html and extended to support binary
integer constants which are a popular GCC extension.

Reported by:	bde
2018-07-16 05:46:50 +00:00
..
2018-06-01 22:57:19 +00:00
2017-10-31 00:07:04 +00:00
2018-01-29 14:15:44 +00:00
2017-10-31 00:07:04 +00:00
2018-05-19 00:26:00 +00:00
2018-01-24 14:24:17 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2018-06-18 04:54:09 +00:00
2017-10-31 00:07:04 +00:00
2018-04-13 18:04:51 +00:00
2017-10-31 00:07:04 +00:00
2018-04-25 18:56:27 +00:00
2017-10-31 00:07:04 +00:00
2017-12-01 21:44:23 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2018-04-10 14:44:07 +00:00
2017-10-31 00:07:04 +00:00
2018-03-02 23:31:55 +00:00
2017-11-20 08:52:33 +00:00
2017-10-31 00:07:04 +00:00
2018-04-25 15:39:36 +00:00
2018-04-13 09:04:31 +00:00
2018-01-06 15:52:28 +00:00
2017-12-28 05:33:49 +00:00
2017-10-31 00:07:04 +00:00
2018-06-09 04:40:17 +00:00
2018-01-30 09:59:52 +00:00
2017-10-31 00:07:04 +00:00
2018-06-16 15:05:05 +00:00
2017-12-01 03:22:40 +00:00
2018-07-03 19:09:46 +00:00
2018-06-25 11:44:56 +00:00
2017-10-31 00:07:04 +00:00
2018-06-22 09:10:50 +00:00
2018-06-21 07:42:28 +00:00
2017-10-31 00:07:04 +00:00
2017-12-28 05:33:39 +00:00
2018-05-04 14:39:32 +00:00
2018-03-29 02:13:58 +00:00
2018-04-28 12:24:05 +00:00
2017-10-31 00:07:04 +00:00
2018-06-27 19:29:15 +00:00
2017-10-31 00:07:04 +00:00
2018-06-13 08:52:04 +00:00
2017-10-31 00:07:04 +00:00
2018-05-23 01:20:31 +00:00
2017-06-16 06:29:21 +00:00
2017-06-16 06:29:21 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2018-07-10 22:00:20 +00:00