[Grace-core] Minigrace in the browser
Andrew P. Black
black at cs.pdx.edu
Sat Jul 2 11:18:37 PDT 2011
This is a great question.
We need to decide on the top-level syntax, that is, whether there need to be boilerplate around a statement to turn it into a program.
Then I think that we should create a set of files in the svn repo just for tests.
On 2 Jul 2011, at 1:42, James Noble wrote:
> Here's another question - really to all implementors:
>
> how best to collect & share test cases?
>
> should they go into the main repository?
> or somewhere else?
>
> J
>
> // class version of test case 017
> class X {
> var val := 1
> }
>
> var x := X.new
>
> print(x.val)
> x.val := 2
> print(x.val)
>
> _______________________________________________
> Grace-core mailing list
> Grace-core at cecs.pdx.edu
> https://mailhost.cecs.pdx.edu/mailman/listinfo/grace-core
More information about the Grace-core
mailing list