File tree Expand file tree Collapse file tree 5 files changed +880
-1
lines changed
Sources/LispKit/Resources Expand file tree Collapse file tree 5 files changed +880
-1
lines changed Original file line number Diff line number Diff line change 632
632
CCC072451F9AA8B70063974E /* 64.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 64.sld; sourceTree = "<group>"; };
633
633
CCC072471F9C047D0063974E /* 128.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 128.sld; sourceTree = "<group>"; };
634
634
CCC072491F9C11FA0063974E /* Sysctl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sysctl.swift; sourceTree = "<group>"; };
635
+ CCC1DBFB216BA1750019A374 /* 14.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 14.sld; sourceTree = "<group>"; };
636
+ CCC1DBFC216BA2600019A374 /* 16.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 16.sld; sourceTree = "<group>"; };
635
637
CCC41DC31D2649E9003CB4D0 /* DelayedEvaluation.scm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DelayedEvaluation.scm; sourceTree = "<group>"; };
636
638
CCC41DC51D2851FB003CB4D0 /* VirtualMachineState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VirtualMachineState.swift; sourceTree = "<group>"; };
637
639
CCC41DC71D2B14AD003CB4D0 /* CallCC.scm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CallCC.scm; sourceTree = "<group>"; };
813
815
CC5848061E56BD0B00BE6497 /* 2.sld */,
814
816
CC5848071E56BD0B00BE6497 /* 8.sld */,
815
817
CC3F78302157D63E00F88F9B /* 11.sld */,
818
+ CCC1DBFB216BA1750019A374 /* 14.sld */,
819
+ CCC1DBFC216BA2600019A374 /* 16.sld */,
816
820
CC8A2AAE1F405CDD00D1E4D8 /* 17.sld */,
817
821
CC5848081E56BD0B00BE6497 /* 19.sld */,
818
822
CC5848091E56BD0B00BE6497 /* 27.sld */,
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ framework:
75
75
- [ SRFI 2: AND-LET* - an AND with local bindings, a guarded LET* special form] ( https://srfi.schemers.org/srfi-2/srfi-2.html )
76
76
- [ SRFI 8: receive - Binding to multiple values] ( https://srfi.schemers.org/srfi-8/srfi-8.html )
77
77
- [ SRFI 11: Syntax for receiving multiple values] ( https://srfi.schemers.org/srfi-11/srfi-11.html )
78
+ - [ SRFI 14: Character-set library] ( https://srfi.schemers.org/srfi-14/srfi-14.html )
79
+ - [ SRFI 16: Syntax for procedures of variable arity] ( https://srfi.schemers.org/srfi-16/srfi-16.html )
78
80
- [ SRFI 17: Generalized set!] ( https://srfi.schemers.org/srfi-17/srfi-17.html )
79
81
- [ SRFI 19: Time Data Types and Procedures] ( https://srfi.schemers.org/srfi-19/srfi-19.html )
80
82
- [ SRFI 27: Sources of Random Bits] ( https://srfi.schemers.org/srfi-27/srfi-27.html )
You can’t perform that action at this time.
0 commit comments