Monthly Archives: May 2014

Hello World

Yesterday I ran my first “ocean” program… I’m currently working on building a simple interpreter so I can test out the next steps of my language design.  Yesterday I got it to the point where it could print out “hello … Continue reading

Posted in Uncategorized | Leave a comment

Other thoughts of parsing and linebreaks etc.

I just found http://whiley.org/2014/01/23/thoughts-on-parsing-whiley-and-indentation-syntax/ which also has things to say about parsing with indents and line break. Of particular interest was a link to http://www.drdobbs.com/architecture-and-design/so-you-want-to-write-your-own-language/240165488 by the author of “D”.

Posted in Uncategorized | Leave a comment

Two Dimensional Parsing is done.

It took much longer  than I would have liked to get to where I am now.  Partly the problem took a while for me to fully understand (though it seems so simple now).  Partly other life issues got in the … Continue reading

Posted in Uncategorized | Leave a comment