(October 23, 2018 at 2:38 am)Pandæmonium Wrote: Needs more JavaScript rain. And text that follows the mouse cursor.
I don't understand what you are saying. The web-app has around 900 lines of JavaScript. Most of that is needed for the web-app to function properly, and doesn't have much to do with what the web-app looks like.
I have recently added a feature that enables the AST-es generated by the parser to be represented graphically in modern browsers. However, the algorithm I've used doesn't appear to be quite optimal and the results are unlegible if the AST gets deeper.
So, I am asking, does anyone here have some experience with drawing tree diagrams in JavaScript? I am not so interested in it making it look nice, I am interested in making it useful.
Though I need to hold a presentation about that web-app tomorrow at the university, so it's probably too late to fix it right now.