0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-20 03:43:47 +02:00
Commit graph

13 commits

Author SHA1 Message Date
Jason Volk a9b22c9052 ircd::lex: Handle js null as falsy boolean. 2022-10-08 10:49:41 -07:00
Jason Volk 8f8cb10980 ircd::lex: Fix erroneous and-predicate for is/test grammars. 2022-07-09 17:19:40 -07:00
Jason Volk 6a5e7acee1 ircd::lex: Explicit uninitialized initialization for -Wmaybe-unitialized (gcc-12).
ircd::net: Explicit uninitialized initialization for -Wmaybe-unitialized (gcc-12).
2022-07-04 22:25:18 -07:00
Jason Volk 613e309d7e ircd::lex: Require tight input strings for conversion to integral. 2022-07-04 22:25:18 -07:00
Jason Volk 83cb332216 ircd: Fix various grammars for karma rule interposition. 2022-06-17 21:11:54 -07:00
Jason Volk f5d3da8d3f ircd: Add hours/minutes to lex_cast specialization suite. 2022-06-17 21:11:53 -07:00
Jason Volk 8788292bda ircd::lex: Hoist parser rules to eliminate indirect calls. 2022-06-17 21:11:53 -07:00
Jason Volk 5faa82b04d ircd: Improve bad_lex_cast error string related. 2021-04-22 12:27:57 -07:00
Jason Volk cc9df943a7 ircd: Refactor lex_cast impl to boost spirit rather than boost conversions. 2021-03-05 13:02:12 -08:00
Jason Volk 32baa1a6bc ircd: Indicate noexcept for lex_castable template suite. 2020-08-05 19:12:22 -07:00
Jason Volk ffcbc87fdd ircd: Rename try_lex_cast to lex_castable. 2020-03-12 21:09:56 -07:00
Jason Volk 8d1f10f8b4 ircd: Support explicit float lex_cast. 2019-10-08 16:59:31 -07:00
Jason Volk cde857beb6 ircd: Rename lexical.cc to lex_cast.cc 2019-06-05 02:10:29 -07:00
Renamed from ircd/lexical.cc (Browse further)