Updated roadmap, added sample input to RVM testcase assembler.
This commit is contained in:
parent
c19d7bb66e
commit
4862dd244d
2 changed files with 22 additions and 1 deletions
17
docs/rvm_sample_input.rvm
Normal file
17
docs/rvm_sample_input.rvm
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
+C
|
||||
int foo() {
|
||||
return 42;
|
||||
}
|
||||
|
||||
+SVM /svm/simple
|
||||
@input ""
|
||||
@output "()"
|
||||
0 ACCEPT
|
||||
|
||||
+SVM /svm/string
|
||||
@input "quux"
|
||||
@outut "(<5555>)"
|
||||
1 MARK
|
||||
2 CAPTURE
|
||||
2 ACCEPT
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue