Commit Graph

13 Commits

Author SHA1 Message Date
rxi 24fd78be68 Added build.bat 2020-10-27 20:29:29 +00:00
rxi 3efa0756c4 Made `eval()` clearer/more concise 2020-04-05 16:42:15 +01:00
rxi 61c9ee30f4 Removed redundant check in equal()'s string comparison 2020-04-05 16:03:31 +01:00
rxi b88139cb22 Updated copyright year: 2019 => 2020 2020-04-05 15:22:16 +01:00
rxi 2283332e03 Removed loop to assure 32bit alignment in fe_open() 2020-04-05 15:20:49 +01:00
rxi 1457d9f338 Made `dolist` push `lst` to gc stack with each iteration
Required as in instances where a function rebinds itself during
its own execution, the body of the previous version of it could
become unreachable and get garbage collected while it was still
trying to execute
2019-09-28 17:24:26 +01:00
rxi 9569f9309b Added doc/capi.md 2019-04-11 19:10:36 +01:00
rxi eec1b62f5b Fixed naming in doc/impl.md 2019-04-11 19:10:10 +01:00
rxi fbefceb1ca scripts whitespace 2019-04-10 19:39:21 +01:00
rxi 0f074a9fef Added scripts/macros.fe 2019-04-10 19:37:51 +01:00
rxi 8e4ab6b593 Added `build.sh` 2019-04-09 19:54:44 +01:00
rxi cfe843b00c Moved source files to `src` directory 2019-04-09 19:54:37 +01:00
rxi a83bc9783c Initial commit 2019-04-09 19:52:17 +01:00