This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-27 15:42:49 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
da28379d6c
zig
/
test
/
behavior
/
pub_enum
/
other.zig
7 lines
84 B
Zig
Raw
Normal View
History
Unescape
Escape
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 13:08:37 +00:00
pub
const
APubEnum
=
enum
{
add test for public enums See #5
2016-04-20 01:19:18 +01:00
One
,
Two
,
Three
,
IR: port more tests
2016-12-26 07:42:31 +00:00
}
;
fix casting with imported symbol not working
2016-04-20 03:37:25 +01:00
pub
const
size_t
=
u64
;
Reference in New Issue
Copy Permalink