Re: [dev] nscript - nscc

2010-08-26 Thread Nikhilesh S
On Thu, 26 Aug 2010, pancake wrote: I have written an initial version of 'nscc' with support for creating native interfaces by parsing an 'nsi' file. This is really awesome work! I just wanted to add, you can use these functions from 'nsobj.h' for creating objects:- struct ns_obj ns_make

Re: [dev] nscript - nscc

2010-08-25 Thread pancake
Oops. sorry, I forgot to attach the sources On Thu, 26 Aug 2010 04:11:42 +0200 pancake wrote: > I have written an initial version of 'nscc' with support for creating > native interfaces by parsing an 'nsi' file. > > [panc...@dazo nscript]$ cat libc.ns > # test program for libc.nsi > dup print

[dev] nscript - nscc

2010-08-25 Thread pancake
I have written an initial version of 'nscc' with support for creating native interfaces by parsing an 'nsi' file. [panc...@dazo nscript]$ cat libc.ns # test program for libc.nsi dup print "\n" print "food" ns_pop "one" "one" strcmp $x "one" "two" strcmp $y "strcmp one-one: " print x print "\n" pr