grammar_and_parser.md: Link the sample Gradle build script for easier understanding of what and how should be changed

This commit is contained in:
Karol Lewandowski 2023-07-03 10:22:00 +02:00
parent 4a2964bd6c
commit e7adc77409

View File

@ -1,7 +1,7 @@
# 3. Grammar and Parser
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# 3. Grammar and Parser
<link-summary>Sample implementation of grammar and parser for Simple language.</link-summary>
<tldr>
@ -100,4 +100,6 @@ sourceSets.main.java.srcDirs 'src/main/gen'
</tab>
</tabs>
See <path>[gradle.build.kts](%gh-sdk-samples%/simple_language_plugin/build.gradle.kts)</path> for the reference.
Reload the Gradle project for changes to take effect and build the project.