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
c9942ec516
soml-parser
/
test
/
cases
/
class_definition
/
simplest_class.tst
10 lines
123 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
class
Foo
5
end
-
-
-
-
-
-
wrapping class / module expressions in own node
2015-09-20 15:03:27 +02:00
s
(
:
expressions
,
s
(
:
class
,
:
Foo
,
s
(
:
derives
,
nil
)
,
s
(
:
expressions
,
s
(
:
int
,
5
)
)
)
)
Reference in New Issue
Copy Permalink