cyclone/scheme
Justin Ethier e6d654b4a4 Prevent line number info from being added twice
Since we now call error/loc in the macro expander, it is possible we are double-calling it if a macro is also calling it directly to report a syntax error. We need to detect that case and only add location information (line, column, filename) if it has not already been added to the error message.
2020-07-23 12:23:42 -04:00
..
cyclone Issue #363 - Explicitly call halt for programs. 2020-07-09 13:17:39 -04:00
base.sld Prevent line number info from being added twice 2020-07-23 12:23:42 -04:00
case-lambda.sld Added header comment block. 2016-02-14 22:35:04 -05:00
char.sld Use fast version of member 2016-10-15 18:19:18 -04:00
complex.sld Build-out make-rectangular 2018-05-10 13:24:24 -04:00
cxr.sld Fix (scheme cxr) definitions 2019-12-01 20:53:21 -06:00
eval.sld WIP, universal macro exception handler 2020-07-23 12:10:24 -04:00
file.sld Added header comment block. 2016-02-14 22:35:04 -05:00
inexact.sld Issue #376 - Support for two-argument atan 2020-05-20 22:26:07 -04:00
lazy.sld Added header comment block. 2016-02-14 22:35:04 -05:00
load.sld Added header comment block. 2016-02-14 22:35:04 -05:00
process-context.sld Set immutable flag 2019-05-01 17:41:47 -04:00
read.sld Clean up error messages, provide filename if able 2020-07-21 22:35:47 -04:00
repl.sld Added (repl) 2018-04-30 20:21:29 -04:00
time.sld Clean up comments 2018-06-13 17:46:00 -04:00
write.sld Added aliases for missing write functions 2016-09-27 18:01:40 -04:00