Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jan 6, 2024
1 parent 8dd5c51 commit 6e8b3b2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# [Soda](https://julianmendez.github.io/soda/)

[![build](https://github.com/julianmendez/soda/workflows/Scala%20CI/badge.svg)](https://github.com/julianmendez/soda/actions)
[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)][license]
[![build](https://github.com/julianmendez/soda/workflows/Scala%20CI/badge.svg)][build-status]

*Soda* (Symbolic Objective Descriptive Analysis) is an object-oriented functional language to
describe, analyze, and model human-centered problems.
Due to its readability, it can be applied to model ethical problems.

This project includes a translator to [Scala](https://scala-lang.org).
This project includes a translator to [Scala][scala].


## Reserved words
Expand Down Expand Up @@ -88,19 +88,26 @@ The following tools can be configured to have syntax highlighting:

## Documentation

- [User manual](https://soda-lang.readthedocs.io/en/latest/)
- [User manual][manual]


## Build

The project can be built with [sbt](https://www.scala-sbt.org/) with
The project can be built with [sbt][sbt] with
`sbt clean compile test package assembly`

A Linux binary can be created with the script `makeall.sh`.


## Author

[Julian Alfredo Mendez](https://julianmendez.github.io)
[Julian Alfredo Mendez][author]

[author]: https://julianmendez.github.io
[license]: https://www.apache.org/licenses/LICENSE-2.0.txt
[build-status]: https://github.com/julianmendez/soda/actions
[manual]: https://soda-lang.readthedocs.io/en/latest/
[scala]: https://scala-lang.org
[sbt]: https://www.scala-sbt.org


0 comments on commit 6e8b3b2

Please sign in to comment.