zig/test
momumi 7aac21c6f5 allow _ separators in number literals (stage 1)
* 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`.
2020-03-15 12:38:35 +10:00
..
src
stage1 allow _ separators in number literals (stage 1) 2020-03-15 12:38:35 +10:00
stage2
standalone fix regressions found by test suite 2020-03-10 20:22:30 -04:00
assemble_and_link.zig
cli.zig update cli test to new std.fs API 2020-03-03 15:58:14 -05:00
compare_output.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
compile_errors.zig allow _ separators in number literals (stage 1) 2020-03-15 12:38:35 +10:00
gen_h.zig
run_translated_c.zig Revert "Translate C: Group generated casts" 2020-03-08 03:53:06 -04:00
runtime_safety.zig fix stray warn() in runtime safety test 2020-03-11 18:45:09 -04:00
stack_traces.zig
standalone.zig
tests.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
translate_c.zig translate-c fix order of tokens 2020-03-12 17:14:01 +02:00