-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
self-hosted parsing std progress #909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
I also think the code for optional expressions in |
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
related: #909 * Struct fields can now be pub * Parsing of double deref now works * Block expressions now have the right precedence
4b0556e also allows parsing of |
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
This makes `std/os/index.zig` parse related: #909
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
This allows parsing of `std/zig/parser.zig`. Related: #909
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
Related #909 Allows it to parse `std/special/compiler_rt/aullrem.zig`, `std/special/compiler_rt/aulldiv.zig` and `std/math/x86_64/sqrt.zig`
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
Related #909 Allows parsing of `std/os/zen.zig`.
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
Related #909 Allowes parsing of `std/os/child_process.zig`
Hejsil
added a commit
that referenced
this issue
Apr 11, 2018
Related #909 This allows parsing of `std/special/build_runner.zig`
Hejsil
added a commit
that referenced
this issue
Apr 12, 2018
Related #909 This allows it to parse `std/special/compiler_rt/index.zig`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a summary of the remaining items left to parse std using the self-hosted parser. Using the following command:
zig fmt src/**/*.zig
on the current master branch: (note: using compiler driver from here, shouldn't matter)std/event.zig
std/fmt/index.zig
std/heap.zig
std/io.zig
std/math/x86_64/sqrt.zig
std/os/child_process.zig
std/os/index.zig
std/os/zen.zig
std/special/build_runner.zig
std/special/compiler_rt/aulldiv.zig
std/special/compiler_rt/aullrem.zig
std/special/compiler_rt/index.zig
std/zig/parser.zig
std/zig/tokenizer.zig
The text was updated successfully, but these errors were encountered: