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
A recent commit (vehicle-lang/vehicle@3e199f8#diff-2260b9349eaa4e694258b188e82035a03b89a6597b0cecb52aa66c827390f2e6) updated the BNFC grammar to move resource keywords out of the declaration and into their own annotations, and also added a @property annotation. See MNIST example for full list of examples.
@property
I've tried fiddling with the TM grammar myself, but don't understand what the ?x means and everything I do seems to break it 😄
?x
The text was updated successfully, but these errors were encountered:
Ignore the unused DeclAnnOptionValue in the commit. Just about to remove it.
DeclAnnOptionValue
Sorry, something went wrong.
No branches or pull requests
A recent commit (vehicle-lang/vehicle@3e199f8#diff-2260b9349eaa4e694258b188e82035a03b89a6597b0cecb52aa66c827390f2e6) updated the BNFC grammar to move resource keywords out of the declaration and into their own annotations, and also added a
@property
annotation. See MNIST example for full list of examples.I've tried fiddling with the TM grammar myself, but don't understand what the
?x
means and everything I do seems to break it 😄The text was updated successfully, but these errors were encountered: