This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
soml-parser
Watch
1
Star
0
Fork
0
You've already forked soml-parser
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8e07a7568f
soml-parser
/
test
/
cases
/
expressions
/
simple_plus.tst
7 lines
90 B
Scilab
Raw
Normal View
History
Unescape
Escape
change test framework to use files for in and out (s-exp)
2015-09-18 20:55:02 +02:00
5
+
3
-
-
-
-
-
-
fix all the cases, much white noise, array to list, string to sym stuff
2015-09-19 13:53:30 +02:00
s
(
:
expressions
,
s
(
:
operator
,
"+"
,
s
(
:
int
,
5
)
,
s
(
:
int
,
3
)
)
)
Reference in New Issue
Copy Permalink