Thursday, 18 October 2012

So Far...

Initially I had planned on programming my project in Java, mainly due to its portability. But after thinking about the major part that visuals play, I have decided to switch to C#. My main reason for this is that I feel I would be able to create a much richer visual experience using WinForm or WPF, than using Swing. 

In my last post I mentioned that I created a parser over the weekend for a knowledge exercise, but I thought if if start to structure it now I will be able to use it in my project. Here is a class diagram showing the current structure.




I am currently working on the Syntactical Analyser, although I will need to redo the other parts soon as they are all written in Java.


No comments:

Post a Comment