Skip to content
Snippets Groups Projects
Verified Commit f6517fdb authored by Recolic Keghart's avatar Recolic Keghart
Browse files

edit readme

parent f09412a7
No related branches found
No related tags found
No related merge requests found
Pipeline #221 failed with stages
in 1 minute and 30 seconds
......@@ -3,7 +3,7 @@
## Current testing result (By GitLab PipeLine)
![](https://git.recolic.net/_r_testing/redirect_to_val/cs164_proj2_test|http://img4me.com/dXlRzPa0.png)
![](https://git.recolic.net/_r_testing/redirect_to_val/cs164_proj3_test|http://img4me.com/dXlRzPa0.png)
## Getting started
......
......@@ -382,6 +382,11 @@ public class CodeGenImpl extends CodeGenBase {
betterBackend.emitPushBoolVal(tmpReg, node.value, "Push bool literal");
return tmpReg;
}
@Override
public RiscVBackend.Register analyze(StringLiteral node) {
int strLen = node.value.length();
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment