This project and everyone participating in it is governed by the Syntactik Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
- Create a new issue and tell about your feature or change.
- Start writing code once you get positive feedback from the repository maintainers.
Or create a topic in the google group Syntactik.
Syntactik was designed to be easily converted to other languages. Look at this project https://github.com/MaximTrushin/SyntactikJs as example. This is a proof of concept project proves that it is possible to convert Syntactik parser to another language (in this case JavaScript) in matter of days by just converting language instructions one to one (like, for example, converting if statement in C# to if statement in JavaScript etc).