| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-21 | rename src-self-hosted/ to src/ | Andrew Kelley | |
| 2020-03-15 | allow `_` separators in number literals (stage 1) | momumi | |
| * Underscores `_` may be placed between two digits in a int/float literal * Consecutive underscores are not allowed * Fixed parsing bug in exponents of hexadecimal float literals. Exponents should always be base 10, but hex characters would be parsed inside the exponent and everything after them would be ignored. eg: `0x1.0p1ab1` would be parsed as `0x1.0p1`. | |||
| 2019-03-23 | parse_f128.c: fix whitespace | Andrew Kelley | |
| 2019-03-22 | fix macos build instructions in readme and fix warning | Andrew Kelley | |
| 2019-03-22 | get rid of restrict; it's not supported by MSVC | Andrew Kelley | |
| 2019-03-22 | avoid quad float literal syntax for MSVC | Andrew Kelley | |
| 2019-03-22 | float literals now parse using musl's 128 bit float code | Andrew Kelley | |
| fixes float literals not having 128 bit precision | |||
