Settings and activity
2 results found
-
881 votes
We’ve started working on the Java parser!!
An error occurred while saving the comment -
123 votes
Hi all, just in case you didn’t know, we just published a guide explaining how to write parsers for Semantic. Now it is possible to add any language you want :-)
https://users.semanticmerge.com/documentation/external-parsers/external-parsers-guide.shtml
An error occurred while saving the comment Anonymous commentedThis is essential since it is practically impossible to write large system in javascript, so this should be done before javascript. Also modern system almost always have some part where javascript is used and then the only sane way to handle that is to use TypeScript.
Anonymous supported this idea ·
Do TypeScript (first) and you will get JavaScript at the same time. Everyone should stop using JavaScript anyway and go with TypeScript. Since it is a superset of JavaScript there is no problem for those that want to write plain JS, but the option to type stuff is there for those who want to use it.