I finally managed to get the source code for the little side project I’ve been working on into CodePlex.
Give it a shot and let me know how it works out for you! There are definitely known limitations at this point, there is almost certainly language syntax that doesn’t work right for starters. Most of the basic stuff is there but l haven’t really tested abstract members much or events and things like that. I also haven’t implemented “macros” yet, which isn’t very hard to do in the parser but is much harder to do in the compiler. I’ll probably hook that up for v0.2.
I’m also in dire need of cleaning up some regular project maintenance stuff such as versions for the assemblies, automated build, many more unit tests, code analysis, etc.
If you’re still scratching your head about what I’m even trying to do here check out these two wiki pages
Basic Workflow
http://metasharp.codeplex.com/Wiki/View.aspx?title=Workflow
Song Sample
http://metasharp.codeplex.com/Wiki/View.aspx?title=Song%20Sample
If you’re still scratching your head please let me know, because I’m either not explaining it right or this is more confusing than I thought.
You must log in to post a comment.