Updated README.

This commit is contained in:
Jacob Signorovitch 2024-12-28 19:02:36 -05:00
parent e05ebeef2a
commit deac5ca5b8

View File

@ -1,13 +1,20 @@
# SCL: Simple CAS Language # SCL: Simple CAS Language
## Usage
```bash
git clone https://git.signorovitch.org/jacob/scl && cd scl
make release # Build.
./scl # Run.
```
## Current State ## Current State
The following things are possible: The following things are possible:
1. Floating-point numbers 1. Floating-point numbers
2. Negative numbers 2. Negative numbers
3. Addition 3. Basic binary infix operators; +, -, \*, /
4. Subtraction 4. The same as conventional functions; sum(), sub(), mul(), div()
5. Multiplication
## Syntax (Planned) ## Syntax (Planned)