aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scheme/base
AgeCommit message (Collapse)AuthorFilesLines
2022-08-07Fix a bug in the records library.Rose Hogenson1-1/+2
We have to check if it's a pointer before dereferencing.
2022-08-07Add booleans.Rose Hogenson1-2/+25
2022-08-05Check that records are the correct type.Rose Hogenson1-9/+15
To avoid selecting the wrong field, or reading out of bounds, we should ensure that a record is the correct type before reading a field.
2022-08-05Add more of the standard library.Rose Hogenson5-3/+385
2022-08-04Add if, and, or, when and friends.Rose Hogenson1-0/+76
2022-08-04Add begin.Rose Hogenson1-1/+12
2022-08-04Add if and set!.Rose Hogenson1-0/+1
2022-08-03Start the scheme base library.Rose Hogenson2-0/+91