*** empty log message ***
This commit is contained in:
@ -160,13 +160,13 @@ int xp_main (int argc, xp_char_t* argv[])
|
||||
}
|
||||
|
||||
if (xp_stx_parser_parse_method (&parser, stx.class_symbol,
|
||||
(void*)XP_TEXT("test2.st")) == -1) {
|
||||
(void*)XP_TEXT("test1.st")) == -1) {
|
||||
xp_printf (XP_TEXT("parser error <%s>\n"),
|
||||
xp_stx_parser_error_string (&parser));
|
||||
}
|
||||
|
||||
if (xp_stx_parser_parse_method (&parser, stx.class_symbol,
|
||||
(void*)XP_TEXT("test3.st")) == -1) {
|
||||
(void*)XP_TEXT("test2.st")) == -1) {
|
||||
xp_printf (XP_TEXT("parser error <%s>\n"),
|
||||
xp_stx_parser_error_string (&parser));
|
||||
}
|
||||
|
@ -1,8 +1,4 @@
|
||||
main
|
||||
| a b |
|
||||
|
||||
<primitive: 0>
|
||||
#abc prim1.
|
||||
#def prim1.
|
||||
#def prim2: 4512.
|
||||
^nil
|
||||
#abc print: 123 and: 2345.
|
||||
^nil
|
||||
|
Reference in New Issue
Block a user