Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-18973-1895971
Compiler2023-NorthClose83-2501
Commits
9d7fd77f
Commit
9d7fd77f
authored
1 year ago
by
root
Browse files
Options
Download
Patches
Plain Diff
fix g2l, fix MOD.
parent
c887ce12
Changes
562
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+2
-2
Makefile
include/parser.h
+21
-18
include/parser.h
src/GlobalVarLocalization.cpp
+2
-2
src/GlobalVarLocalization.cpp
src/Instruction.cpp
+9
-9
src/Instruction.cpp
src/main.cpp
+1
-1
src/main.cpp
src/parser.cpp
+1476
-1379
src/parser.cpp
test/functional/00_main.bin
+0
-0
test/functional/00_main.bin
test/functional/00_main.log
+0
-0
test/functional/00_main.log
test/functional/00_main.res
+1
-0
test/functional/00_main.res
test/functional/00_main.s
+15
-0
test/functional/00_main.s
test/functional/01_var_defn2.bin
+0
-0
test/functional/01_var_defn2.bin
test/functional/01_var_defn2.log
+0
-0
test/functional/01_var_defn2.log
test/functional/01_var_defn2.res
+1
-0
test/functional/01_var_defn2.res
test/functional/01_var_defn2.s
+31
-0
test/functional/01_var_defn2.s
test/functional/02_var_defn3.bin
+0
-0
test/functional/02_var_defn3.bin
test/functional/02_var_defn3.log
+0
-0
test/functional/02_var_defn3.log
test/functional/02_var_defn3.res
+1
-0
test/functional/02_var_defn3.res
test/functional/02_var_defn3.s
+15
-0
test/functional/02_var_defn3.s
test/functional/03_arr_defn2.bin
+0
-0
test/functional/03_arr_defn2.bin
test/functional/03_arr_defn2.log
+0
-0
test/functional/03_arr_defn2.log
with
1575 additions
and
1411 deletions
+1575
-1411
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