This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f92ccf365b
zig
/
src-self-hosted
/
visib.zig
5 lines
50 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 05:08:37 -08:00
pub
const
Visib
=
enum
{
self-hosted: generate zig IR for simple function no tests for this yet. I think the quickest path to testing will be creating the .o files and linking with libc, executing, and then comparing output.
2018-07-12 12:08:40 -07:00
Private
,
Pub
,
}
;