eclipse-langium / langium-website

Source of langium.org
https://langium.org/
MIT License
14 stars 34 forks source link

Recipe: indentation-sensitive languages #246

Open aabounegm opened 1 month ago

aabounegm commented 1 month ago

This is a guide on how to use the new IndentationAwareTokenBuilder, added to Langium in https://github.com/eclipse-langium/langium/pull/1578/. It should probably not be published before v3.2.0 (in which the token builder is expected to ship).

github-actions[bot] commented 1 month ago

PR Preview Action v1.4.6 :---: :rocket: Deployed preview to https://eclipse-langium.github.io/langium-previews/pr-previews/pr-246/ on branch previews at 2024-08-29 14:46 UTC

aabounegm commented 1 month ago

Thanks for your comments! I will address them as soon as a decision is reached about https://github.com/eclipse-langium/langium/pull/1608 to edit the last section as well

aabounegm commented 3 weeks ago

@Lotes Thanks for waiting so long, all comments should be addressed now. Note that the last commit adds a subsection that depends on https://github.com/eclipse-langium/langium/pull/1647 getting merged first