Commit Graph

15 Commits

Author SHA1 Message Date
Ilya Rezvov fd7ce7e450 fix copysign instruction 2018-04-10 16:56:42 -07:00
Ilya Rezvov f6cae32148 fix float numbers parsing 2018-04-10 15:04:18 -07:00
Ilya Rezvov 554a56fb63 pass nan with payload to token 2018-04-09 07:12:47 -07:00
Ilya Rezvov 8ef3eadc9a parse arithmetic nan 2018-04-08 19:47:10 -07:00
Ilya Rezvov 682e71defc fix tokenizing of numbers and expressions of offset 2018-03-20 21:33:11 -07:00
Ilya Rezvov 91ceecb51e improve parsing error message 2018-01-21 10:14:32 -08:00
Ilya Rezvov c0992fee62 parse module 2018-01-21 09:57:29 -08:00
Ilya Rezvov 56ea29a659 check lexer state invariants on EOF 2018-01-19 14:51:36 -08:00
Ilya Rezvov 9d6bd7f097 fix hex float exponent parsing 2018-01-19 11:06:38 -08:00
Ilya Rezvov 5c4ca137a5 add nan and inf parsing 2018-01-19 10:26:10 -08:00
Ilya Rezvov 4853e1bdf5 add float literal parsers 2018-01-19 10:08:43 -08:00
Ilya Rezvov 07c55cea4d reset string accumulator 2018-01-18 22:43:27 -08:00
Ilya Rezvov d6395b490e add id parsing 2018-01-18 22:39:24 -08:00
Ilya Rezvov 94d2c2f0a3 add integer literal tokenezation 2018-01-18 16:55:15 -08:00
Ilya Rezvov 10011f6fb2 initial 2018-01-18 16:07:04 -08:00