shithub: sl

RSS feed

ef35a876 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/14 15:45
vm: apply: throw a type error (rather than assert) if not a function

0d07fd7f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/14 14:09
move assert-fail to system.sl

91d7a2d1 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/14 13:38
print-exception: handle assert-failed

8b457cd4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/14 13:24
typeof → type-of

c37206a5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/13 23:46
defstruct: fix another "isvec" issue

61177169 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/13 23:31
fixup (forgot to bootstrap)

6fa012aa – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/13 23:30
defstruct: fix explicit struct's :type specification

1905d7b1 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/13 22:53
defstruct: properly typed structures and printing/reading

b0802304 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/13 21:47
vec_size/vec_setsize: use vec_elt

34b373bc – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/12 23:39
defstruct: always named for vec, optionally named for lists

73ca7a98 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/12 22:11
defstruct: include field names in the vector instances

b0ffe77e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/12 21:05
defstruct: :predicate NIL to disable predicates

c3f03656 – spew <spew@cbza.org> authored on 2025/04/12 16:29
lsd: read multiple strings

1d5710a5 – spew <spew@cbza.org> authored on 2025/04/12 01:12
lsd: use the correct pointer size of the process being debugged

d31d6eed – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/11 14:22
arith: add "fall through" magic comments to avoid warnings

cabcd03f – spew <spew@cbza.org> authored on 2025/04/10 14:09
default to larger ptr size for arithmetic operations

a59678bd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/10 17:56
add ptr?

c1ac6d79 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/10 17:36
ptr → p32, p64; make ptr an alias to host's pointer

409a8dab – spew <spew@cbza.org> authored on 2025/04/10 10:39
lsd: some cleanups around accessors

c1a95ad2 – spew <spew@cbza.org> authored on 2025/04/09 22:55
lsd: reimplement the accessors, update documentation

db0e4ee4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/09 23:15
renaming gone wrong (losing the prefix): iosym → sl_iosym

b78c9edf – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/09 15:11
sl_read_numtok: simplify nan/inf parsing

de1e8f7a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/09 15:02
remove static limit on the number of gc handles

d33305eb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/09 14:55
better error reporting, read-stage location for all errors; sl_ios → ios

07b1360a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/09 02:46
const-error: throw with the symbol itself

f141072d – spew <spew@cbza.org> authored on 2025/04/09 00:24
lsd: fix a couple silly things

9ecc5322 – spew <spew@cbza.org> authored on 2025/04/09 00:11
lsd: allow lsd to be loaded in a repl with (load "lsd.sl"), finish ptr conversion, other cleanups and renamings

edd468e0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 22:58
constructor notation: allow [] and {} in addition to ()

53a11dd7 – spew <spew@cbza.org> authored on 2025/04/08 11:16
fix overflow arithmetic for unboxed types

234b1e09 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 18:52
posix, 9front: add (getpid) builtin

f4933d23 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 18:50
report instruction pointer of C builtins in the stack trace

b42fcc3e – spew <spew@cbza.org> authored on 2025/04/08 08:15
unboxed constructors should return unboxed values where possible

05e66c8f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 13:38
extend stack tracing to C builtins; include the entire stack trace, always

8a151217 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 12:39
read_token: throw an error early instead of rolling back one char

6852848f – spew <spew@cbza.org> authored on 2025/04/08 10:01
print 64 bit ptr as unsigned and allow ptr negation

b980c33f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 01:06
print: rune arrays as arrays rather than strings

53d21f2e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 01:02
arr: fix broken rune arrays

95175fff – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 00:48
style

52e2cfcd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/08 00:45
c-value: zero out if no values were supplied

ab09c602 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 23:55
don't crash on (rune "")

e404c758 – spew <spew@cbza.org> authored on 2025/04/07 20:55
add basic arithmetic on ptr

0e4a6559 – spew <spew@cbza.org> authored on 2025/04/07 19:53
lsd: use new ptr type

6e44f344 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 16:22
mp → bignum

1dc8deeb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 13:20
spew thought this was funnier

07d4e19e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 13:19
fix bitwise ops on ptr (thanks spew)

3065329a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 12:38
add "ptr" integer type

ca3cb2a8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 11:41
fix UBs

26c804c0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 11:10
combine cprims and cvalues, free up another tag value

1087dc1c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 01:12
(return): void

2541b6d5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/07 00:15
aref: return the value of the original array element type

94b9b2ba – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/06 23:46
numerical constructors: require less than two args

61a403c4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/06 22:53
nil → NIL, t → T

f1fc5b03 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/06 21:07
stop treating runes as numbers

ed6d23fd – spew <spew@cbza.org> authored on 2025/04/06 16:27
lsd: fix symbol-addr mistakes, add more documentation

daf109ca – spew <spew@cbza.org> authored on 2025/04/06 14:35
lsd: switch to using strings to refer to symbols, various cleanups

80771da1 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/05 01:39
pass-by-value C integer types: simplify

35424e72 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/04 23:53
Merge branch 'unboxed'

3cfea02a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/04 23:51
fix the rest of unboxed logic

2f893ee4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/03 16:18
fix #byte → #utf8 (use symbol's name directly)

b35c60cd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/03 16:18
fix #byte → #utf8 (use symbol's name directly)

064fc048 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/02 23:18
unbox the runes, give it its own type

98dfeb8e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/02 20:02
unboxed numbers: shorter names

a2492259 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/02 13:20
lognot/ash: [su]{8,16} are always unboxed, remove cprim handling

29d695db – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/02 13:19
unbox s64 and u64 as long as they fit

6f3899bc – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/01 21:27
cvalues: mk_*: try to fit an unboxed version regardless of the underlying type size

d5715fb8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/01 00:15
unboxed: store/pass most of C primitives by values on stack

e28a69a8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/01 00:45
remove sl_strtypesym

fc8bfb6b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/04/01 00:29
rename "byte" to "utf8"

a70379d7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/30 23:01
for-each: operate on runes of a string rather than bytes

32a1b47d – spew <spew@cbza.org> authored on 2025/03/28 21:43
start adding some c data accessors

54c693d3 – spew <spew@cbza.org> authored on 2025/03/28 20:27
defstruct: add defstruct definition to help documentation

80c38271 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/28 10:58
readme: shorten/clarify the "tested on" line

6c010311 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/27 03:44
TAG_NUM → TAG_FIXNUM

7a9ca8d8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/27 03:29
fixnum: 3 bits tag like everything else

b936730b – spew <spew@cbza.org> authored on 2025/03/26 12:16
doc: add help doc for struct constructors

1ea96644 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/26 01:24
SMALL_STR_LEN: 20 to 24 (workaround for long sym names wrap lines)

63aa4998 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 23:47
compiler, system: say what it is

24a52040 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 22:59
help: sort groups and members

b0d0d828 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 22:20
add io-peekrune; io-{get,put}c → io-{get,put}rune

03caa766 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 21:35
bikeshedding

3efd625f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 16:38
make "lambda" a full synonym of "λ"

06f3f235 – spew <spew@cbza.org> authored on 2025/03/25 14:14
lsd: various small improvements

e75314f9 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 13:28
read: better whitespace handling

415ef9f8 – spew <spew@cbza.org> authored on 2025/03/25 11:37
lsd: add (lstk), add a target to install lsd

3d331f34 – spew <spew@cbza.org> authored on 2025/03/25 09:40
lsd: use new literal comillas latinas

a837405f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 05:42
improve interactive repl

9971c959 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 00:51
mp: remove trace left-over

5f4222d9 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/25 00:15
help: print "see also"

d45ce369 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/24 23:50
use verbatim strings where it makes sense

4ba6e67e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/24 23:39
add «verbatim strings»

70c36896 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/24 18:08
ash: shift negative fixnums as is

f88e3f0d – spew <spew@cbza.org> authored on 2025/03/24 16:40
lsd: finish implementation of (stk) so it looks just like acid, add some more architectures

b37a02ae – spew <spew@cbza.org> authored on 2025/03/24 12:28
lsd: make a doc-group for lsd

51051fb6 – spew <spew@cbza.org> authored on 2025/03/24 12:21
lsd: implement (stk)

7c380922 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/24 01:19
str-find: unit test previous crash fix

0826ef1a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/23 23:53
docs: fix formatting a bit

55e69f83 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/23 23:44
docs: implement (help groups) and (help <group-name> group)

4f0538a0 – spew <spew@cbza.org> authored on 2025/03/23 20:14
lsd: start implementation of (stk), add documentation

00026fb6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/23 21:10
docs: fix unescaped string

b6462c1e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/23 20:58
defstruct: full documentation support as with def and defmacro

Next