Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unbalancedparentheses committed Jan 5, 2024
1 parent ae59162 commit 54e0bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ But we want to take a different path with respect to:
- No circular dependencies in modules
- No macros
- At the beginning we won't support local type inference at function level. We might add it in the future.
- Integer type that overflows to bignum
- Financials decimal type and bigint type as part of the standard library

## Table of Contents

Expand Down Expand Up @@ -88,6 +88,7 @@ If building LLVM from source, you'll need additional tools:
- Traits and Generics
- REPL for connecting to running services and for quick iteration
- Compile to MLIR, WASM and generate C code
- Financials decimal type and bigint type as part of the standard library
- Implemented in Rust

### Anti-features
Expand Down

0 comments on commit 54e0bbe

Please sign in to comment.