Commit graph

5271 commits

Author SHA1 Message Date
Justin Ethier
8a65baef9c Add custom exception handler to avoid call history 2020-07-21 12:36:42 -04:00
Justin Ethier
f5cf3b57ee Issue #353 - Report location info with syntax errors 2020-07-20 18:49:48 -04:00
Justin Ethier
1ff14cf605 Issue #353 - Clean up error reporting 2020-07-20 18:35:57 -04:00
Justin Ethier
f3c9874e29 WIP 2020-07-20 14:52:46 -04:00
Justin Ethier
858cac4eee Relocating source list to (scheme base) 2020-07-19 22:58:01 -04:00
Justin Ethier
f4ac3c7cb7 WIP 2020-07-17 23:34:46 -04:00
Justin Ethier
cb08f60ec2 Added code to test location storage 2020-07-17 22:23:02 -04:00
Justin Ethier
a4421267e4 Build out infrastructure to save source info
Need to be able to save source object / line number data so we can use it for compiler error messages.
Trying to be careful not to make this hurt performance too much.
2020-07-16 23:10:48 -04:00
Justin Ethier
7751464294 Added TODO's, start to flesh out changes 2020-07-15 23:01:51 -04:00
Justin Ethier
c767f36430
Merge pull request #399 from arthurmaciel/patch-8
Update CHANGELOG.md
2020-07-11 21:11:12 -04:00
arthurmaciel
e0f29162ad
Update CHANGELOG.md 2020-07-09 22:18:24 -03:00
Justin Ethier
149964e518 Add credit for bug report 2020-07-09 17:26:04 -04:00
Justin Ethier
f0aa3343b7 Issue #363 - Explicitly call halt for programs.
This avoids issues with invoking the continuation for `set!` expressions on the last line of a program.
2020-07-09 13:17:39 -04:00
Justin Ethier
a9b333c490 Fix grammar 2020-07-08 22:24:24 -04:00
Justin Ethier
c3c141960d
Merge pull request #397 from arthurmaciel/patch-7
Renamed 'cvoid' to 'c-void'
2020-07-07 22:20:53 -04:00
arthurmaciel
12074198d5
Renamed 'cvoid' to 'c-void' 2020-07-05 00:31:33 -03:00
Justin Ethier
ff6a00fc1e Update elevator pitch 2020-07-01 18:40:58 -04:00
Justin Ethier
ad95e0e2c4 Issue #392 - Do not reference double as bignum
Fixed copy-and-paste issue that could lead to crashes and undefined behavior.
2020-06-29 12:19:47 -04:00
Justin Ethier
58fdd74da3
Update README.md 2020-06-23 22:59:24 -04:00
Justin Ethier
9eb67e28e8 Issue #82 - Clean up 2020-06-17 22:54:08 -04:00
Justin Ethier
8f5392fd15
Merge pull request #390 from arthurmaciel/master
Fixed '(cyclone foreign)' and added 'cvoid' type
2020-06-14 22:19:27 -04:00
Arthur Maciel
084e931741 Fixed '(cyclone foreign)' and added 'cvoid' type 2020-06-14 00:14:58 -03:00
Justin Ethier
0ce773266d Version bump to 0.19 2020-06-12 11:57:59 -04:00
Justin Ethier
a78d1d385d Prep for release 2020-06-08 18:26:21 -04:00
Justin Ethier
9c30f337aa
Update CHANGELOG.md 2020-06-08 22:12:05 -04:00
Justin Ethier
3a0b59011b Revised 0.18 2020-06-08 18:06:04 -04:00
Justin Ethier
164354471b Fix link 2020-06-08 17:50:11 -04:00
Justin Ethier
5454592303 Revise release notes 2020-06-08 17:47:33 -04:00
Justin Ethier
9d9f228d91 Working on release notes for 0.18 2020-06-07 19:06:42 -04:00
Justin Ethier
bc7400b8b3 Issue #369 2020-06-05 16:11:41 -04:00
Justin Ethier
0469d7c7aa Merge branch '369-dev' 2020-06-05 16:03:04 -04:00
Justin Ethier
346a6e4bd5 Issue #369 - Switch over to multi-arg string cmp 2020-06-04 22:48:17 -04:00
Justin Ethier
d96eaab5cc Issue #388 - Prevent gcc 10.1 build errors 2020-06-04 22:11:50 -04:00
Justin Ethier
5bb83cbfc6 Added stub 2020-06-03 19:08:23 -04:00
Justin Ethier
6ace99f5bb Issue #369 - Switch out inline string cmp ops 2020-06-03 18:52:59 -04:00
Justin Ethier
dba2183191 Avoid use of string-set 2020-06-01 23:12:23 -04:00
Justin Ethier
d4eb485d19 Need to integrate cyclone-winds bundle 2020-05-30 22:36:06 -04:00
Justin Ethier
36c447ea0e
Merge pull request #385 from arthurmaciel/master
Missing parenthesis in let*
2020-05-30 22:23:57 -04:00
Arthur Maciel
658317f9a9 Missing parenthesis in let* 2020-05-30 00:16:54 -03:00
Justin Ethier
3d31f7ce63 Include icyc -p improvements 2020-05-28 21:40:22 -04:00
Justin Ethier
7c147526a5
Merge pull request #383 from arthurmaciel/improve-icyc-p-flag
Improved "-p" flag to read/evalute all sexp passed
2020-05-28 21:39:14 -04:00
Justin Ethier
073d506e35
Update README.md 2020-05-27 11:46:17 -04:00
Justin Ethier
097784ef42 Add winds image 2020-05-26 23:05:58 -04:00
Justin Ethier
367b7fcafb
Add files via upload 2020-05-26 23:04:12 -04:00
Justin Ethier
aea8086cd0 Link to cyclone-winds 2020-05-26 22:39:22 -04:00
Justin Ethier
5081d79dbd
Merge pull request #382 from arthurmaciel/remove-array-list
Removed all traces of array-list from core
2020-05-26 21:41:12 -04:00
Arthur Maciel
4248ef107e Improved "-p" flag to read/evalute all sexp passed 2020-05-26 22:22:53 -03:00
Arthur Maciel
1a76af8d9e Removed all traces of array-list from core 2020-05-26 21:09:14 -03:00
Justin Ethier
972b896e2b Add placeholder 2020-05-25 18:57:55 -04:00
Justin Ethier
cf3d2163e4 Add placeholder 2020-05-25 18:56:58 -04:00