Skip to content

Commit

Permalink
update readme, fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jan 19, 2025
1 parent 91707d6 commit 2c8dc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# reqT-lang

Docs at [reqt.github.io](https://reqt.github.io/)
* reqT-lang is a scalable modelling language based on [essential requirements engineering concepts](https://github.com/reqT/reqT-lang/releases/download/v4.3.1/reqT-quickref-GENERATED.pdf).
* reqT-lang is a scalable modelling language based on [essential requirements engineering concepts](https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf).
* reqT-lang gives structure to natural language requirements, enabling analysis and visualization.
* reqT-lang is used by the reqT desktop tool [reqT](https://github.com/reqT).
* The reqT-lang parser produces an immutable tree-like data structure called `Model` expressed in a Scala-embedded DSL, enabling analysis and transform of models using the powerful of Scala language and ecosystem.
* reqT-lang is written in Scala and cross-compiled to the JVM, Javascript (TODO) and Native (Linux, TODO) runtimes.

Visit:
* [reqT homepage](https://reqt.github.io/) with instructions on [how to get started](https://reqt.github.io/#getting-started-with-reqt)
* The [reqT Quickref](https://github.com/reqT/reqT-lang/releases/download/v4.3.1/reqT-quickref-GENERATED.pdf)
* The [reqT Quickref]((https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf)
* All [reqT meta-concepts](https://github.com/reqT/reqT-lang/blob/main/docs/concepts-GENERATED.csv) in tabular format.
* [reqT language specification](https://github.com/reqT/reqT-lang/blob/main/docs/langSpec-GENERATED.md)

Expand Down

0 comments on commit 2c8dc45

Please sign in to comment.