- Dec 12, 2024
-
-
David Thompson authored
wasm: parse: Fix parsing of br_on_cast and br_on_cast_fail See merge request !302
-
David Thompson authored
-
David Thompson authored
-
- Dec 10, 2024
-
-
David Thompson authored
Add issue-deprecation-warning See merge request !299
-
Juliana Sims authored
* lib/guile.scm (issue-deprecation-warning): New symbol.
-
David Thompson authored
Add const See merge request !300
-
Juliana Sims authored
* lib/guile.scm (const): New symbol.
-
- Dec 04, 2024
-
-
David Thompson authored
Add &external-error exception type See merge request !298
-
David Thompson authored
-
David Thompson authored
ci: Use large instances for jobs that run the test suite. See merge request !297
-
David Thompson authored
Adds filter-map and find to srfi-1 stubb module Closes #346 See merge request !296
-
David Thompson authored
-
Jessica Tallon authored
-
- Dec 02, 2024
-
-
Andy Wingo authored
ffi: Replace missing import %error with syntax-violation Closes #345 See merge request !294
-
David Thompson authored
Fixes #345.
-
- Nov 15, 2024
-
-
David Thompson authored
-
- Nov 14, 2024
-
-
David Thompson authored
Fix cond-expand in define-library forms See merge request !292
-
David Thompson authored
-
- Nov 12, 2024
-
-
David Thompson authored
Make stack capturing and backtrace printing API public See merge request !291
-
- Nov 08, 2024
-
-
David Thompson authored
-
- Nov 07, 2024
-
-
David Thompson authored
Add more string utilities See merge request !285
-
Juliana Sims authored
* lib/guile.scm (string-reverse): New symbol.
-
Juliana Sims authored
* lib/guile.scm (substring): Wrap to support optional end arg.
-
Juliana Sims authored
* lib/guile.scm (string-trim, string-trim-both, string-trim-right): New symbols. * test/test-strings.scm: Add tests for string-trim et al.
-
Juliana Sims authored
* lib/guile.scm (%string-trim, string-split): Use char-sets for char-pred. * test/test-string.scm: Add string-index test using char-sets.
-
Juliana Sims authored
* lib/guile.scm (string-rindex): New symbol. * test/test-strings.scm: Test string-rindex.
-
David Thompson authored
I copy/pasted some stuff from the SRFI-14 reference implementation and some tabs snuck in. Thanks to Juli for pointing this out.
-
David Thompson authored
Add a few basic character sets See merge request !290
-
David Thompson authored
Limited to ASCII range for now.
-
- Nov 06, 2024
-
-
David Thompson authored
Replace define-inlinable stub with real implementation See merge request !289
-
David Thompson authored
-
David Thompson authored
Add partial implementation of 'while'. See merge request !288
-
Andy Wingo authored
Switch eval to use modules as representation of environments See merge request !287
-
Andy Wingo authored
-
David Thompson authored
This is good enough for Goblins' existing usage of 'while', but it lacks 'break' and 'continue' support.
-
- Nov 04, 2024
-
-
David Thompson authored
Add run-time representation of modules See merge request !286
-
Andy Wingo authored
This will replace eval environments
-
Andy Wingo authored
The parent fields are implicitly part of the constructor.
-
- Oct 25, 2024
-
-
David Thompson authored
Bits and pieces needed for (web uri) support See merge request !284
-
David Thompson authored
-