Translate Spicy into Python #1339
-
Where should I start if I want to develop the spicy compiler to generate a parser for other programming languages, like python? I find some lex and yacc codes in spicy/toolchain/src/compiler/. Is that possible to change these codes and use gcc to create independent executables to achieve this functionality? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Could you explain in more detail how this use case would look like?
These source files are tokenizers and parsers for Spicy source code which describe parsers written by a user. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestions. |
Beta Was this translation helpful? Give feedback.
Could you explain in more detail how this use case would look like?
These source files are tokenizers and parsers for Spicy source code which describe parsers written by a user.