small fix

This commit is contained in:
Mattia 2020-10-26 13:56:13 +01:00 committed by GitHub
parent fac1065799
commit 17360ab6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ of what's done in JAPL:
- Logical operators (`!`, `or`, `and`) :heavy_check_mark:
- Multi-line comments `/* like this */` (can be nested) :heavy_check_mark:
- Differentiation between integers and floating point numbers :heavy_check_mark:
- `inf` and `nan` types [X]
- `inf` and `nan` types :heavy_check_mark:
- Basic arithmetic (`+`, `-`, `/`, `*`) :heavy_check_mark:
- Modulo division (`%`) and exponentiation (`**`) :heavy_check_mark:
- Bitwise operators (AND, OR, XOR, NOT) :heavy_check_mark: