You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've just recently started learning about this program and have some questions about semantic analysis.
The language-support/src/syntaxValidation/semanticAnalysis.js looks like it's auto-generated, and I'm a bit curious how exactly this piece is generated? I hope you can give some guidance to better understand this project.
Best wishes!
The text was updated successfully, but these errors were encountered:
Hey @Re-TinyLin, we use https://teavm.org/ to transpile part of the neo4j parsing stack. Unfortunately the project transpiling it is not public yet and I don't know whether I'll be able to make it public.
The reason for doing that is to maintain the errors aligned with those on the core database product. TeaVM does an excellent job and let us transpile that codebase, which is Java and Scala mixed up, because it acts on the generated bytecode, differently to what other transpilers like ScalaJS do (which needs the code to be 100% Scala for example).
Hi, I've just recently started learning about this program and have some questions about semantic analysis.
The language-support/src/syntaxValidation/semanticAnalysis.js looks like it's auto-generated, and I'm a bit curious how exactly this piece is generated? I hope you can give some guidance to better understand this project.
Best wishes!
The text was updated successfully, but these errors were encountered: