I've added an assembler in tools/. I wrote it in Ruby and took advantage of 'eval' and bindings so that arbitrary expressions could be used to compute values. The only drawback is that since local variables don't exist in bindings in Rub y 2.x, all variable names must be prefixed with @. Terrible burden, right?
On Wed, Jul 23, 2014 at 10:51 AM, Timothy Normand Miller <[email protected]> wrote: > It's not all in yet, but release early/often/etc. > > https://sourceforge.net/p/educpu/code/ci/master/tree/implementation/ > > Right now, I'm trying to get working pieces together. Gradually, I'll do > cleanups and add comments, etc. > > What sort of boilerplate should I add for a BSD or MIT license? I need to > fix that. There's no "intellectual property" to protect here and no > particular need for copylefting either. The objective here is to put > "obvious" things into an easily consumable form. I only need a license for > disclaimer purposes. > > > -- > Timothy Normand Miller, PhD > Assistant Professor of Computer Science, Binghamton University > http://www.cs.binghamton.edu/~millerti/ > Open Graphics Project > -- Timothy Normand Miller, PhD Assistant Professor of Computer Science, Binghamton University http://www.cs.binghamton.edu/~millerti/ Open Graphics Project
_______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
