Damien George a4c52c5a3d py: Optimise lexer by exposing lexer type.
mp_lexer_t type is exposed, mp_token_t type is removed, and simple lexer
functions (like checking current token kind) are now inlined.

This saves 784 bytes ROM on 32-bit unix, 348 bytes on stmhal, and 460
bytes on bare-arm.  It also saves a tiny bit of RAM since mp_lexer_t
is a bit smaller.  Also will run a bit more efficiently.
2014-12-05 19:35:18 +00:00
..
2014-11-25 11:42:26 +00:00
2014-03-11 23:55:41 -07:00
2014-09-27 19:40:37 -07:00
2014-05-02 23:03:23 +01:00
2014-11-26 18:52:33 +00:00
2014-10-02 17:32:02 +01:00
2014-03-12 18:15:55 -07:00
2014-10-02 14:51:17 +01:00
2014-10-05 21:51:54 +01:00
2014-06-15 00:41:47 +01:00
2014-06-15 22:48:05 -07:00
2014-10-20 00:04:27 +01:00
2014-06-02 21:43:02 +02:00