Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
abc-interpreter
Commits
b456c0b8
Verified
Commit
b456c0b8
authored
May 15, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superfluous lit_word in interpreter generator
parent
4278bdfe
Pipeline
#23122
passed with stages
in 16 minutes
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/interpretergen.icl
tools/interpretergen.icl
+1
-1
No files found.
tools/interpretergen.icl
View file @
b456c0b8
...
@@ -2725,7 +2725,7 @@ all_instructions opts t = bootstrap $ collect_instructions opts $ map (\i -> i t
...
@@ -2725,7 +2725,7 @@ all_instructions opts t = bootstrap $ collect_instructions opts $ map (\i -> i t
new_local
(
TPtr
TWord
)
(
to_word_ptr
(
n
@
2
+
Pc
@
1
))
\
a
->
new_local
(
TPtr
TWord
)
(
to_word_ptr
(
n
@
2
+
Pc
@
1
))
\
a
->
A
@
0
.=
a
@
0
A
@
0
.=
a
@
0
,
instr
"repl_r_args_a"
Nothing
$
,
instr
"repl_r_args_a"
Nothing
$
new_local
(
TPtr
TWord
)
(
to_word_ptr
(
A
@
lit_word
0
))
\
n
->
new_local
(
TPtr
TWord
)
(
to_word_ptr
(
A
@
0
))
\
n
->
new_local
TWord
(
Pc
@
1
)
\
size
->
new_local
TWord
(
Pc
@
1
)
\
size
->
new_local
TWord
(
Pc
@
2
)
\
arg_no
->
new_local
TWord
(
Pc
@
2
)
\
arg_no
->
new_local
TWord
(
Pc
@
3
)
\
nr_args
->
new_local
TWord
(
Pc
@
3
)
\
nr_args
->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment