We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SRL should be a rather simple DSL.
My current way should work, after all. But it's not as simple as other language's implementations.
Moreover c++ static typing and not-so-convenient string manipulation also bring some unavoidable complexities.
The text was updated successfully, but these errors were encountered:
Sadly I don't have any experience in C++ development. Maybe someone else could help by having a look...
Sorry, something went wrong.
That's ok... I know what I am doing, :-) I am just considering other way
No branches or pull requests
SRL should be a rather simple DSL.
My current way should work, after all. But it's not as simple as other language's implementations.
Moreover c++ static typing and not-so-convenient string manipulation also bring some unavoidable complexities.
The text was updated successfully, but these errors were encountered: