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
be444bc687
soml-parser
/
test
/
cases
/
compound
/
hash2.tst
8 lines
111 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
{
foo
=
>
true
}
-
-
-
-
-
-
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
(
:
hash
,
s
(
:
assoc
,
s
(
:
name
,
:
foo
)
,
s
(
:
true
)
)
)
)
Reference in New Issue
Copy Permalink