Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
司嘉祺
rust-compiler
Commits
85d0a6fe
Commit
85d0a6fe
authored
1 year ago
by
sigongzi
Browse files
Options
Download
Patches
Plain Diff
pass lv 8
parent
065f475f
lv8-vendor
lv8
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
src/ast.rs
+7
-3
src/ast.rs
src/codegen/asmwriter.rs
+11
-0
src/codegen/asmwriter.rs
src/codegen/context.rs
+13
-1
src/codegen/context.rs
src/codegen/gen.rs
+12
-2
src/codegen/gen.rs
src/codegen/gen/valuegen.rs
+17
-19
src/codegen/gen/valuegen.rs
src/irgen.rs
+6
-1
src/irgen.rs
src/irgen/constcalc.rs
+153
-0
src/irgen/constcalc.rs
src/irgen/gen.rs
+36
-7
src/irgen/gen.rs
src/irgen/gen/declgen.rs
+39
-17
src/irgen/gen/declgen.rs
src/irgen/gen/expgen.rs
+23
-91
src/irgen/gen/expgen.rs
src/irgen/scopes.rs
+37
-12
src/irgen/scopes.rs
src/sysy.lalrpop
+18
-13
src/sysy.lalrpop
with
372 additions
and
166 deletions
+372
-166
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets