Justin Ethier
|
81e0f82046
|
Fix order of arguments
|
2021-02-11 23:02:20 -05:00 |
|
Justin Ethier
|
b6c2a353a8
|
Compilation fixes
|
2021-02-11 22:27:50 -05:00 |
|
Justin Ethier
|
8b8af34390
|
Cleanup and fix syntax errors
|
2021-02-11 18:07:54 -05:00 |
|
Justin Ethier
|
9df5665dab
|
Add missing semicolon
|
2021-02-11 15:12:15 -05:00 |
|
Justin Ethier
|
fc39cacbb3
|
varargs bug fixes, and cleanup
|
2021-02-11 14:45:26 -05:00 |
|
Justin Ethier
|
c77cfcd6f7
|
unpack varargs
|
2021-02-10 22:28:21 -05:00 |
|
Justin Ethier
|
95f8a17124
|
WIP - varargs
|
2021-02-10 17:49:12 -05:00 |
|
Justin Ethier
|
f7fe5dbf11
|
Unpack args array
|
2021-02-09 22:39:57 -05:00 |
|
Justin Ethier
|
d162dd8fbc
|
WIP - unpacking args
|
2021-02-09 17:38:49 -05:00 |
|
Justin Ethier
|
f428d2c4de
|
WIP
|
2021-02-08 17:17:51 -05:00 |
|
Justin Ethier
|
a259755037
|
Add latest changes for the next release
|
2021-02-07 22:32:09 -05:00 |
|
Justin Ethier
|
b2e280b478
|
Merge pull request #446 from arthurmaciel/master
Added procs to query opaques
|
2021-02-07 22:24:08 -05:00 |
|
Arthur Maciel
|
f1a8456965
|
Added procs to query opaques
|
2021-02-07 15:05:55 -03:00 |
|
Justin Ethier
|
71793eca9c
|
Issue #445 - Do not inline prims that open ports
It is dangerous to inline these operations because the resource may be opened multiple times and/or not closed properly.
|
2021-02-05 17:01:01 -05:00 |
|
Justin Ethier
|
8f7516ce43
|
Prepping new release
|
2021-02-03 18:03:55 -05:00 |
|
Justin Ethier
|
704978d7b6
|
New release
|
2021-02-03 17:59:45 -05:00 |
|
Justin Ethier
|
b471e6fcd0
|
Fix broken optimizations
|
2021-02-03 21:43:27 -05:00 |
|
Justin Ethier
|
ea9795cc54
|
Rev++
|
2021-02-03 21:43:17 -05:00 |
|
Justin Ethier
|
b84c27de1c
|
Merge branch 'master' of github.com:justinethier/cyclone
|
2021-02-03 17:43:41 -05:00 |
|
Justin Ethier
|
9447dc9b05
|
Fix pretty printing of record types
|
2021-02-03 17:43:26 -05:00 |
|
Justin Ethier
|
a1d14eaa22
|
Added a note on branching
|
2021-02-02 23:04:33 -05:00 |
|
Justin Ethier
|
02fdcd2532
|
WIP
|
2021-02-02 22:58:00 -05:00 |
|
Justin Ethier
|
e1082710fe
|
Added development items
|
2021-02-02 22:40:46 -05:00 |
|
Justin Ethier
|
bf1d1e89e3
|
Revert changes to string-byte-length
This allows us to run the module in the compiler right now
|
2021-02-02 22:21:43 -05:00 |
|
Justin Ethier
|
c00034e578
|
Merge pull request #444 from arthurmaciel/master
Added style for low-level internal procs
|
2021-02-02 21:08:49 -05:00 |
|
Arthur Maciel
|
5dd744c258
|
Low-level and internal are not mutually exclusive
|
2021-02-02 21:20:53 -03:00 |
|
Arthur Maciel
|
fc2ae1243d
|
Added style for low-level internal procs
|
2021-02-02 20:44:49 -03:00 |
|
Justin Ethier
|
ea85c89268
|
Use new calling conventions for macros
|
2021-02-02 17:46:33 -05:00 |
|
Justin Ethier
|
12cda32850
|
Added a note about CPS conversion and continuation arguments
|
2021-02-02 15:55:14 -05:00 |
|
Justin Ethier
|
f624e68a33
|
WIP
|
2021-02-01 23:02:08 -05:00 |
|
Justin Ethier
|
fc20a88578
|
Merge remote-tracking branch 'origin/cargs-dev' into cargs-dev
|
2021-02-01 21:56:57 -05:00 |
|
Justin Ethier
|
a650f41daf
|
Not always an explicit continuation arg
|
2021-02-01 21:56:18 -05:00 |
|
Justin Ethier
|
cfd7512b9a
|
Merge pull request #443 from arthurmaciel/master
[No code change] Formatted foreign.sld and removed unused commented code
|
2021-01-30 21:47:42 -05:00 |
|
Justin Ethier
|
d76c1e9806
|
Issue #370 - Clarify type as double
|
2021-01-30 17:51:23 -05:00 |
|
Justin Ethier
|
7974ce9da2
|
Issue #370 - add type checking for doubles
|
2021-01-30 17:43:38 -05:00 |
|
Arthur Maciel
|
b4febc8073
|
[No code change] Formatted foreign.sld and removed unused commented code
|
2021-01-30 17:19:58 -03:00 |
|
Justin Ethier
|
353791be99
|
Update C-Calling-Conventions.md
Added a note about FFI compatibility.
|
2021-01-29 17:20:50 -05:00 |
|
Justin Ethier
|
f5ad1ca6a2
|
Fix link
|
2021-01-28 22:45:57 -05:00 |
|
Justin Ethier
|
ec6aa98fe3
|
Link to new guide
|
2021-01-28 22:44:39 -05:00 |
|
Justin Ethier
|
64bfe70a54
|
Minor edits to initial version
|
2021-01-28 22:42:56 -05:00 |
|
Justin Ethier
|
128522d0d3
|
Merge pull request #441 from arthurmaciel/master
Initial draft for Scheme code conventions
|
2021-01-27 22:47:31 -05:00 |
|
Justin Ethier
|
c3da074f7b
|
Update foreign.md
|
2021-01-27 22:42:31 -05:00 |
|
Justin Ethier
|
cf1240eb4e
|
Revise docs
|
2021-01-27 22:40:49 -05:00 |
|
Justin Ethier
|
46ae8c1ad8
|
Issue #370 - Added thread-data type specifier
|
2021-01-27 22:36:32 -05:00 |
|
Justin Ethier
|
0c279d80e3
|
Revert invalid commit
|
2021-01-27 12:30:02 -05:00 |
|
Justin Ethier
|
5dc3f10107
|
Issue #370 - Document latest change
|
2021-01-26 22:55:00 -05:00 |
|
Justin Ethier
|
55f05cea53
|
Merge branch 'master' of github.com:justinethier/cyclone
|
2021-01-26 22:51:24 -05:00 |
|
Justin Ethier
|
d435ec6728
|
Issue #370 - Added type checking to c-define
|
2021-01-26 22:50:42 -05:00 |
|
Justin Ethier
|
e06cd94354
|
New example
|
2021-01-26 22:48:30 -05:00 |
|
Justin Ethier
|
db7a82899b
|
Document current-thread-data
|
2021-01-25 21:27:19 -05:00 |
|