Files
zig/std
Jimmi Holst Christensen 206c0b8bdb std.zig.parser: Refactor, round 1:
* Removed the Optional state
  * We now have an OptionalCtx instead of DestPtr
  * OptionalCtx simulated return, instead of reverting states
  * OptionalCtx is a lot less hacky, but is still a small footgun
* Trying to avoid consuming more than one token per state
  * This is required, because of comments
  * The C++ compiler allows comments between all tokens
  * We therefor have to consume comment tokens between each state
* Reordered states so they are grouped in some logical fasion
2018-04-12 16:08:23 +02:00
..
2018-04-09 00:52:45 -04:00
2018-04-04 10:31:10 -04:00
2018-04-08 18:26:24 -04:00
2018-04-06 23:10:54 +12:00
2018-04-10 23:29:24 -04:00
2018-04-10 22:24:01 -04:00
2018-04-12 16:08:23 +02:00
2018-04-11 00:32:42 -04:00
2018-01-31 22:48:40 -05:00
2018-02-10 21:02:24 -05:00
2017-04-24 12:14:45 -04:00
2018-02-10 21:02:24 -05:00
2018-04-09 00:52:45 -04:00
2018-04-11 00:32:42 -04:00
2018-04-09 00:52:45 -04:00
2018-03-30 01:50:58 +13:00
2018-04-09 21:14:55 -04:00
2018-04-08 18:26:24 -04:00
2018-02-21 02:00:33 -05:00
2018-04-08 18:26:24 -04:00
2018-04-09 00:52:45 -04:00