-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vyaakaran CLI #16
Comments
Hi, would like to work on the issue. Do i need to submit proposals? |
@yogesh1801 Sure you can pick this up. Are you participating in FOSS Hack? |
Yes me and my team are participating in foss hack. |
@yogesh1801 There is a discussion thread here – #17 where you can post your ideas as a new comment. |
@yogesh1801 Are you working on this issue? |
A CLI tool over the existing Vyaakaran compiler which exposes similar functionality to the Vyaakaran editor.
The CLI tool would take source grammar file as input and generate an output based on the type of grammar:
test
andstrings
command from the console that would work for all the above grammar types.For someone interested to work on this:
compiler
andeditor
code to familiarize yourself with various functions exposed bycompiler
to process grammars.cli
directory at the root of the project and add it to thepnpm-workspace.yaml
file.@vyaakaran/compiler
as a dependency in thecli
project to use all the functions exposed by thecompiler
.The text was updated successfully, but these errors were encountered: