diff options
author | Eduardo Julian | 2018-04-05 06:02:04 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-04-05 06:02:04 -0400 |
commit | e2c5e22768c4840842b86b3c0b26a3ad34cacb43 (patch) | |
tree | cd4bc1ad7e1268b22fd8aba2937d5f312c8be02d /.gitignore | |
parent | 787fc34a8f7c66746046a8ce0c16403cf6c2bf6c (diff) |
- Implemented some math functions in pure Lux, to reduce the needs of the compiler, and make it easier to port Lux to new backends.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6fc9d941c..5ba128725 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ pom.xml.asc /new-luxc/target /new-luxc/commands /docs +/commands |