Commit Graph

7 Commits

Author SHA1 Message Date
Rui Ueyama a057954aed Add long double 2020-09-22 18:34:00 +09:00
Rui Ueyama ebf7b402ea Recognize wide character literal
For now, L'' is equivalent to ''.
2020-09-22 18:34:00 +09:00
Rui Ueyama cd4355888f Support line continuation 2020-09-22 18:34:00 +09:00
Rui Ueyama 0d85517407 Add floating-point constant 2020-09-22 17:39:48 +09:00
Rui Ueyama fd14c5b8e1 Add U, L and LL prefixes 2020-09-21 19:00:47 +09:00
Rui Ueyama 50164db2eb Add hexadecimal, octal and binary number literals 2020-09-21 19:00:39 +09:00
Rui Ueyama acabd99ee4 Add character literal 2020-09-21 19:00:36 +09:00