mlugg
|
d82d327de2
|
test: update remaining code to fix 'var is never mutated' errors
|
2023-11-19 09:57:04 +00:00 |
|
Veikka Tuominen
|
0a38f61d58
|
update usage of std.testing in behavior and standalone tests
|
2021-05-08 15:15:30 +03:00 |
|
xackus
|
5c8f7f81cd
|
change debug.assert to testing.expect in tests
|
2020-11-06 22:48:54 +01:00 |
|
Jimmi Holst Christensen
|
8139c5a516
|
New Zig formal grammar (#1685)
Reverted #1628 and changed the grammar+parser of the language to not allow certain expr where types are expected
|
2018-11-13 05:08:37 -08:00 |
|
Jimmi Holst Christensen
|
378d3e4403
|
Solve the return type ambiguity (#1628)
Changed container and initializer syntax
* <container> { ... } -> <container> . { ... }
* <exrp> { ... } -> <expr> . { ...}
|
2018-10-15 09:51:15 -04:00 |
|
Andrew Kelley
|
0c16cd2d0e
|
run zig fmt on the codebase
See #1003
|
2018-05-29 04:23:38 -04:00 |
|
Andrew Kelley
|
d9dd50d74c
|
fix not propagating parseh aliases through pub use decls
|
2017-08-20 04:03:36 -04:00 |
|