id
int64
0
45.1k
file_name
stringlengths
4
68
file_path
stringlengths
14
193
content
stringlengths
32
9.62M
size
int64
32
9.62M
language
stringclasses
1 value
extension
stringclasses
6 values
total_lines
int64
1
136k
avg_line_length
float64
3
903k
max_line_length
int64
3
4.51M
alphanum_fraction
float64
0
1
repo_name
stringclasses
779 values
repo_stars
int64
0
882
repo_forks
int64
0
108
repo_open_issues
int64
0
90
repo_license
stringclasses
8 values
repo_extraction_date
stringclasses
146 values
sha
stringlengths
64
64
__index_level_0__
int64
0
45.1k
exdup_ids_cmlisp_stkv2
listlengths
1
47
40,490
qualified-name.lisp
psteeve_tsinco/src/nodes-elements/qualified-name.lisp
(defclass qualified-name (node) ((kind :initarg :kind :initform :qualified-name :reader kind) (left :initarg :left :initform (error "Must supply a value for \"left\"") :reader left) (right :initarg :right :initform (error "Must supply a value for \"right\"") ...
340
Common Lisp
.lisp
10
26.6
63
0.59697
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
ef98d8d8a51a44211ae343a8b9a96ca7c32b91079547eadc34582698da455688
40,490
[ -1 ]
40,491
literal-like-node.lisp
psteeve_tsinco/src/nodes-elements/literal-like-node.lisp
(defclass literal-like-node (node) ((text :initarg :text :initform (error "Must supply a value") :reader text) (is-unterminated :initarg :is-untermnated :reader is-unterminated?) (has-extended-unicode-escape :initarg :has-extended-unicode-escape :reader has-extended-unicode-escape?)))
295
Common Lisp
.lisp
4
70.5
109
0.758621
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
2c43849b744c69f93c069cd309b89d2d02bcfcbe0d920a3e8068baa545ec8b2a
40,491
[ -1 ]
40,492
parenthesized-expression.lisp
psteeve_tsinco/src/nodes-elements/parenthesized-expression.lisp
(defclass parenthesized-expression (primary-expression) ((kind :initarg :kind :initform :parenthesized-expression :reader kind) (expression :initarg :expression :initform (error "Must supply a value for expression.") :reader expression)))
244
Common Lisp
.lisp
3
78.666667
113
0.784232
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
d2afb112183d183c1f17bb59c7aa135ae91337acc01d0d77d5d5f598c191551d
40,492
[ -1 ]
40,493
signature-declaration-base.lisp
psteeve_tsinco/src/nodes-elements/signature-declaration-base.lisp
(defclass signature-declaration-base (named-declaration) ((kind :initarg :kind :initform :signature-declaration-base :reader kind) (name :initarg :name :reader name) (type-parameters :initarg :type-parameters :initform nil :reader type-parameters) (parameters :initarg :parameters :initform (error "Must supp...
424
Common Lisp
.lisp
6
67.166667
114
0.755396
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
ef1b1ef630a37b8f0867b6889c9d93d8df855add77600419166d6c3d6b926c18
40,493
[ -1 ]
40,494
template.lisp
psteeve_tsinco/src/nodes-elements/template.lisp
(defclass template-head (literal-like-node) ((kind :initarg :template-head :initform :template-head :reader kind) (parent :initarg :parent :initform (error "Must supply a value form parent.") :reader parent))) (defclass template-tail (literal-like-node) ((kind :initarg :kind :initform :template-head :reader ki...
1,376
Common Lisp
.lisp
18
73.055556
125
0.742604
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
29ee3ee53bfef70eeccd9483c2572a8fd8dc2d38c415118790b66681c4b3917c
40,494
[ -1 ]
40,495
namespace-import.lisp
psteeve_tsinco/src/nodes-elements/namespace-import.lisp
(defclass namespace-import (named-declaration) ((kind :initarg :kind :initform :namespace-import :reader kind) (parent :initarg :parent :reader parent) (name :initarg :name :initform (error "Must supply a value for \"name\""))))
264
Common Lisp
.lisp
7
31.714286
64
0.657588
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
eb808d513c85fc7650a5bde7364ab27ead04fbacaabb762f303c382d3b44a542
40,495
[ -1 ]
40,496
variable-declaration-list.lisp
psteeve_tsinco/src/nodes-elements/variable-declaration-list.lisp
(defclass variable-declaration-list (node) ((kind :initarg :kind :initform :variable-declaration-list :reader kind) (parent :initarg :parent :initform (error "Must supply a value for parent") :reader parent) (declarations :initarg declarations :initform (error "Must supply a value for declarations.") :reader de...
334
Common Lisp
.lisp
4
80.5
120
0.766667
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
4f7cb8a19267726c49a689a87271fbf875e44964e937bfd80125c7008fc60034
40,496
[ -1 ]
40,497
function-declaration.lisp
psteeve_tsinco/src/nodes-elements/function-declaration.lisp
(defclass function-declaration (function-like-declaration-base declaration-statement) ((kind :initarg :kind :initform :function-declaration :reader function-declaration) (name :initarg :name :reader name) (body :initarg :body :reader body))) (defmethod initialize-instance :after ((object function-declaration) ...
622
Common Lisp
.lisp
10
58.5
85
0.751227
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
d2a7a889af6a52784dfb2b2554cc22b14f5a8a15a18f7e2a0a6c65c5cd2250ac
40,497
[ -1 ]
40,498
method-signature.lisp
psteeve_tsinco/src/nodes-elements/method-signature.lisp
(defclass method-signature (signature-declaration-base type-element) ((kind :initarg :kind :initform (error "Must supply a value for \"kind\"") :reader kind) (parent :initarg :parent :initform (error "Must supply a value for \"parent\"") :reader parent) (name :initarg :na...
410
Common Lisp
.lisp
10
33.4
68
0.6225
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
6b7c668646558cda32d2d5dbe0036d55aef5a2be88bb1947ce3ae4ddb1c3d0a6
40,498
[ -1 ]
40,499
string-literal.lisp
psteeve_tsinco/src/nodes-elements/string-literal.lisp
(defclass string-literal (literal-expression) ((kind :initarg :kind :initform :string-literal :reader kind)))
112
Common Lisp
.lisp
2
54
65
0.763636
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
9caf909f3899cb14b6cb32663bf98ceffef5b6efa1f0070d60ecdb88072c48f2
40,499
[ -1 ]
40,500
identifier.lisp
psteeve_tsinco/src/nodes-elements/identifier.lisp
(defclass identifier (primary-expression a-declaration) ((kind :initarg :kind :initform :identifier) (escaped-text :initarg :escaped-text :reader :escaped-text)))
186
Common Lisp
.lisp
4
39.75
55
0.696133
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
6a9ebd95646bff6bbbb5836caa79e84d44d20e5886aa77b42f736fc50b31941c
40,500
[ -1 ]
40,501
node.lisp
psteeve_tsinco/src/nodes-elements/node.lisp
(in-package :tsinco.node-elements) (defclass node (text-range) ((kind :initarg :kind :initform :node :accessor kind) (flags :initarg :flags :reader flags) (decorators :initarg :decorators :accessor decorators) (modifiers :initarg :modifiers :accessor modifiers) (id :initarg :id :accessor id) (parent ...
518
Common Lisp
.lisp
10
48.3
87
0.753452
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
675e749afaea4347fa199267b575c98fd2b1f6aa1738457f299dc2741ce73345
40,501
[ -1 ]
40,502
array-literal-expression.lisp
psteeve_tsinco/src/nodes-elements/array-literal-expression.lisp
(defclass array-literal-expression (primary-expression) ((kind :initarg :kind :initform :array-literal-expression :reader kind) (elements :initarg :elements :initform (error "Must supply a value for elements.") :reader elements) (multi-line :initarg :multi-line :reader multi-line?)))
293
Common Lisp
.lisp
4
70.25
103
0.757785
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
df6387789833f57b0712ac0448d1fceb49fad9bb42e37f40702931aecf593207
40,502
[ -1 ]
40,503
heritage-clause.lisp
psteeve_tsinco/src/nodes-elements/heritage-clause.lisp
(in-package :tsinco.node-elements) (defclass heritage-clause (node) ((kind :initarg :kind :initform :heritage-clause :reader kind) (parent :initarg :parent :initform (error "Must supply a value for \"parent\"") :reader parent) (token :initarg :token :initform (...
505
Common Lisp
.lisp
14
28.5
65
0.610204
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
db59f4aaf101d8a8ef73d710ffd3f47b889f2a8bbf3d6199c88e27f95a6979c8
40,503
[ -1 ]
40,504
decorator.lisp
psteeve_tsinco/src/nodes-elements/decorator.lisp
(in-package :tsinco.node-elements) (defclass decorator (node) ((kind :initarg :kind :initform :decorator :reader kind) (expression :initarg :expression :initform (error "Must provide a value for \"expression\"") :reader expression))) (defmethod initialize-instance ...
442
Common Lisp
.lisp
11
33.636364
74
0.675991
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
8e3bc6415e214398ac093a9d290e4bc95a8740287798670914a27ebf441886ba
40,504
[ -1 ]
40,505
for-statement.lisp
psteeve_tsinco/src/nodes-elements/for-statement.lisp
(defclass for-statement (iteration-statement) ((kind :initarg :kind :initform :for-statement :reader kind) (initializer :initarg :initializer :reader initializer) (the-condition :initarg :the-condition :reader the-condition) (incrementor :initarg :incrementor :reader incrementor)))
295
Common Lisp
.lisp
5
55.8
64
0.772414
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
6173f218afbba9efaf377a0338e878226907f633972cc6db8400770e0be520d7
40,505
[ -1 ]
40,506
for-in-statement.lisp
psteeve_tsinco/src/nodes-elements/for-in-statement.lisp
(defclass for-in-statement (iteration-statement) ((kind :initarg :kind :initform :for-in-statement :reader kind) (initializer :initarg :for-initializer :initform (error "Must supply a value for initializer.") :reader initializer) (expression :initarg :expression :initform (error "Must supply a value for express...
348
Common Lisp
.lisp
4
84
119
0.764535
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
33ac632f6f3aa86a68b2d70719b405b1eb8c41b6c85c23d7c438749e476c958a
40,506
[ -1 ]
40,507
type-parameter-declaration.lisp
psteeve_tsinco/src/nodes-elements/type-parameter-declaration.lisp
(defclass type-parameter-declaration (named-declaration) ((kind :initarg :kind :initform :type-parameter-declaration :reader type-parameter-declaration) (parent :initarg :parent :initform (error "Must supply a value for \"parent\"") :reader parent) (name :initarg :name ...
444
Common Lisp
.lisp
13
27.384615
65
0.654292
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
85413ae4207997ac891c86b94cd30978929c522d994c9de8f4b01e0186389d4b
40,507
[ -1 ]
40,508
numerical-literal.lisp
psteeve_tsinco/src/nodes-elements/numerical-literal.lisp
(defclass numeric-literal (literal-expression) ((kind :initarg :kind :initform :numeric-literal :reader kind) (numeric-literal-flags :initarg :numeric-literal-flags :reader numeric-literal-flags)))
203
Common Lisp
.lisp
3
65
90
0.78
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
523675088d648dbc9f2a7fdb781f139d450810bded1325f1f538ee35c7f8926b
40,508
[ -1 ]
40,509
array-binding-pattern.lisp
psteeve_tsinco/src/nodes-elements/array-binding-pattern.lisp
(defclass array-binding-pattern (node) ((kind :initarg :kind :initform :array-binding-pattern :reader kind) (parent :initarg :parent :initform (error "Must supply a value for parent.") :reader parent) (elements :initarg :elements :initform (error "Must supply...
378
Common Lisp
.lisp
10
29.4
66
0.622283
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
1a8aaac7b4eee6ae93ff2a1f0307654dfe4ec7ccecf4495b0ba313e1c48296ef
40,509
[ -1 ]
40,510
object-literal-element.lisp
psteeve_tsinco/src/nodes-elements/object-literal-element.lisp
(defclass object-literal-element (named-declaration) ((object-literal-brand :initarg :object-literal-brand :reader object-literal-brand) (name :initarg :name :reader name)))
214
Common Lisp
.lisp
5
33.8
55
0.653846
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
0213f16649fc86f4c706a16e7c9d1baaf658a3eec8a6552fdf881572b8e0d30c
40,510
[ -1 ]
40,511
enum-declaration.lisp
psteeve_tsinco/src/nodes-elements/enum-declaration.lisp
(defclass enum-declaration (declaration-statement) ((kind :initarg :kind :initform :enum-declaration :reader kind) (name :initarg :name :initform (error "Must supply a value for \"name\"") :reader name) (members :initarg :members :initform (error "Must supply a value for \"members\"") :reader members)))
313
Common Lisp
.lisp
4
75.25
104
0.728155
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
4f44c0d221164063f95aedd55bc57d4cd0e2f937b61f86461c9b7826d9b0de48
40,511
[ -1 ]
40,512
new-expression.lisp
psteeve_tsinco/src/nodes-elements/new-expression.lisp
(defclass new-expression (primary-expression declaration) ((kind :initarg :kind :initform :new-expression :reader kind) (expression :initarg :expression :initform (error "Must supply a value for \"expression\"") :reader expression) (type-arguments :initarg :type-a...
441
Common Lisp
.lisp
11
30.727273
73
0.632558
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
952e3079c6e7e35de224c971edb534917956aeea29cbed7c5932d6d571011f43
40,512
[ -1 ]
40,513
source-file.lisp
psteeve_tsinco/src/nodes-elements/source-file.lisp
(defclass source-file (a-declaration) ((kind :initarg :kind :initform :source-file :reader kind) (statements :initarg :statements :initform (error "Must supply a value for statements") :reader statements) (end-of-file-token :initarg :end-of-file-token ...
3,527
Common Lisp
.lisp
77
32.701299
77
0.595646
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
e3af6ee725e4a8b185770d0958467b3ae1b1d1e6fda69f0c4185b30842609954
40,513
[ -1 ]
40,514
property-signature.lisp
psteeve_tsinco/src/nodes-elements/property-signature.lisp
(defclass property-signature (type-element) ((kind :initarg :kind :initform :property-signature :reader kind) (name :initarg :name :initform (error "Must supply a value for name.") :reader name) (question-token :initarg :question-token :reader question-token) (initializer :initarg :initializer :reader initia...
329
Common Lisp
.lisp
5
62.6
87
0.756173
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
ddc96c5df98fe803ef80221ebb2069cdc219bd139180de8f68b904f55933d3e3
40,514
[ -1 ]
40,515
type-reference.lisp
psteeve_tsinco/src/nodes-elements/type-reference.lisp
(defclass type-reference (node-with-type-arguments) ((kind :initarg :kind :initform :type-reference :reader kind) (type-name :initarg :type-name :initform (error "Must supply a value for \"type-name\"") :reader type-name))) (defmethod initialize-instance :after ((obje...
455
Common Lisp
.lisp
10
38.7
71
0.666667
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
1fa805b5d92e19d9816a4d077db3661462a8e331f280d63054205e0811316b63
40,515
[ -1 ]
40,516
module-block.lisp
psteeve_tsinco/src/nodes-elements/module-block.lisp
(defclass module-block (statement) ((kind :initarg :kind :initform :module-block :reader kind) (statements :initarg :statements :reader statements :initform (error "Must supply a value for \"statements\"")))) (defmethod initialize-instance :after ((object module-blo...
437
Common Lisp
.lisp
10
36.7
76
0.669014
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
5cd44b29db22d77833f7945c74fe94ae2d6db6fc522631534704c33c483a8581
40,516
[ -1 ]
40,517
expression-statement.lisp
psteeve_tsinco/src/nodes-elements/expression-statement.lisp
(defclass expression-statement (statement) ((kind :initarg :kind :initform :expression-statement :reader kind) (expression :initarg :expression :initform (error "Must supply a value for expression") :reader expression))) (defmethod initialize-instance :after ((object expression-statement) &key) (with-slots (ex...
401
Common Lisp
.lisp
6
63.666667
112
0.770992
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
87efdfa4ff62c72e37df247679e52a307970a41a80851d7c5e5e31993c7bc4a3
40,517
[ -1 ]
40,518
block.lisp
psteeve_tsinco/src/nodes-elements/block.lisp
(defclass a-block (statement) ((kind :initarg :kind :initform :a-block :reader kind) (multi-line :initarg :multi-line :reader multi-line) (statements :initarg :statements :initform (error "Must supply value for statements") :reader statements))) (defmethod initialize-instance :aft...
454
Common Lisp
.lisp
9
44.444444
72
0.695946
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
c8fb5150bed978cf21e8bfe84ce1e67ffd2fd863630a32e63ac47ae419ee3cd7
40,518
[ -1 ]
40,519
type-node.lisp
psteeve_tsinco/src/nodes-elements/type-node.lisp
(in-package :tsinco.node-elements) (defclass type-node (node) ((type-node-brand :initarg :type-node-brand :reader type-node-brand)))
156
Common Lisp
.lisp
4
32.25
46
0.655629
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
dca4758d9d5fe85f46b8d5ba2e5c5f833ff3f2cf9b1c364c3c104ffb14c1e7fa
40,519
[ -1 ]
40,520
construct-signature-declaration.lisp
psteeve_tsinco/src/nodes-elements/construct-signature-declaration.lisp
(defclass construct-signature-declaration (signature-declaration-base) ((kind :initarg :kind :initarg :construct-signature-declaration :reader kind)))
153
Common Lisp
.lisp
2
74.5
81
0.807947
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
70ace63c0ff282a91edad77c3171093fc40cf42526b6df4183b811ad08507a27
40,520
[ -1 ]
40,521
import-specifier.lisp
psteeve_tsinco/src/nodes-elements/import-specifier.lisp
(defclass import-specifier (named-declaration) ((kind :initarg :kind :initform :import-specifier :reader kind) (parent :initarg :parent :initform (error "Must supply a value for \"parent\"") :reader parent) (property-name :initarg :property-name :reader ...
446
Common Lisp
.lisp
12
28.916667
65
0.612903
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
c7bb5130aa46ab3add09b53e76a3d3c2baad962877eb8c58ebdad637a284c20f
40,521
[ -1 ]
40,522
parameter.lisp
psteeve_tsinco/src/nodes-elements/parameter.lisp
(defclass parameter (named-declaration) ((kind :initarg :kind :initform :parameter :reader kind) (parent :initarg :parent :reader parent) (name :initarg :name :initform (error "Must supply value for name") :reader name) exclamation-token (type-parameter :initarg :type-parameter :reader type-parameter) ...
565
Common Lisp
.lisp
11
47.727273
84
0.744565
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
81983cf312bcc998b377bb3ad86230836776070924e7d811ff28c417d7ac32cf
40,522
[ -1 ]
40,523
return-statement.lisp
psteeve_tsinco/src/nodes-elements/return-statement.lisp
(defclass return-statement (statement) ((kind :initarg :kind :initform :return-statement :reader kind) (expression :initarg :expression :reader expression))) (defmethod initialize-instance :after ((object return-statement) &key) (with-slots (expression) object (if expression (setf expression (parse-...
357
Common Lisp
.lisp
7
47.142857
70
0.747851
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
cedcefbd729fd9faaa1d742d3a56c260bdcef3ae8dc4a4df611551ec4d7521b7
40,523
[ -1 ]
40,524
call-expression.lisp
psteeve_tsinco/src/nodes-elements/call-expression.lisp
(defclass call-expression (left-hand-side-expression a-declaration) ((kind :initarg :kind :initform :call-expression :reader kind) (expression :initarg :expression :initform (error "Must suplly a value for expression") :reader expression) (type-arguments :initarg :type-arguments :accessor type-arguments) (a...
663
Common Lisp
.lisp
9
70.111111
110
0.765697
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
ef279e84179dd6459f557a3609b6989b3609dc62f14258fd1fcce4a943fcfd3e
40,524
[ -1 ]
40,525
node-array.lisp
psteeve_tsinco/src/nodes-elements/node-array.lisp
(defclass node-array (node text-range) ((has-trailing-comma :initarg :has-trailing-comma :reader has-trailing-comma?) (node-list :initarg :node-list :initform (error "Must supply a value node-list") :reader node-list))) (defmethod initialize-instance :after ((object node-array) &key) (with-slots (node-list) obj...
395
Common Lisp
.lisp
6
62.833333
104
0.734536
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
9576b3f22174665608553509889248c5bbdb103b541e52e94a9847d8da6fb34f
40,525
[ -1 ]
40,526
project-reference.lisp
psteeve_tsinco/src/nodes-elements/project-reference.lisp
(defclass project-reference () ((path :initarg path :reader path) (original-pathp :initarg :original-path-p :reader original-path-p) (prependp :initarg :prependp :reader prependp) (circularp :initarg :circularp :reader circularp)))
243
Common Lisp
.lisp
5
45.4
69
0.747899
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
d1a161b98e12853cb86ab635a68da8c319462d0868d2844a6198c37458abc362
40,526
[ -1 ]
40,527
property-access-expression.lisp
psteeve_tsinco/src/nodes-elements/property-access-expression.lisp
(defclass property-access-expression (member-expression named-declaration) ((kind :initarg :kind :initform :property-access-expression :reader kind) (expression :initarg :expression :initform (error "Must supply an expression value") :reader expression) (name :initarg :name :initform (error "Must supplly a nam...
581
Common Lisp
.lisp
8
69.125
107
0.761821
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
f5d9d80758c90c61af231613e16a60d20cb19d20817d02eee25bf2caab1bb3ec
40,527
[ -1 ]
40,528
tsinco.asd
psteeve_tsinco/tsinco.asd
(asdf:defsystem :tsinco :serial t :components ((:file "src/packages") (:file "src/syntaxkind") (:file "src/ast") (:file "src/token")) :depends-on (:st-utils :flot))
216
Common Lisp
.asd
7
22.571429
39
0.526316
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
64b738d825b626a225681c3bc099109bb6b64865ac2f7f88348943bef4ab9241
40,528
[ -1 ]
40,550
factorial.ts
psteeve_tsinco/src/examples/factorial.ts
function factorial(n: number): number { if (n === 0) { return 1; } else { return n * factorial(n - 1); } }
135
Common Lisp
.l
7
14.285714
39
0.492188
psteeve/tsinco
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
e2f027187989dc0f3eab1da065607b65db85220c287023b21fdd102db7f2cf58
40,550
[ -1 ]
40,633
positionable-stream.lisp
psteeve_flot/positionable-stream.lisp
(defpackage :positionable-stream (:use :common-lisp :flot.stream) (:export :positionable-stream :peek :peek-for :up-to :reverse-contents :reset :set-to-end :skip :skip-to :contents :is-empty-p :get-position)) (in-package :positionable-stream) (defclass positionable-stream...
2,512
Common Lisp
.lisp
42
56.190476
267
0.764538
psteeve/flot
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
42c74ac232139f720cc297693df2746e9c3f54af2a87a393aa0b802fe2ab0071
40,633
[ -1 ]
40,634
read-write-stream.lisp
psteeve_flot/read-write-stream.lisp
(defpackage :read-write-stream (:use :common-lisp :write-stream) (:export :read-write-stream)) (in-package :read-write-stream) (defclass read-write-stream (write-stream) () (:documentation "Represents accessor that can both read and write elements into its collection. It supports all the methods of both re...
351
Common Lisp
.lisp
8
41.25
166
0.762463
psteeve/flot
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
b308467ee72b2f209516344426151352a25d70e6c98251e9c39708035400f597
40,634
[ -1 ]
40,635
stream.lisp
psteeve_flot/stream.lisp
(defpackage :flot.stream (:use :common-lisp) (:export :flot :at-end-p :next :next-put :next-put-all :do-each :contents :next-match-for)) (in-package :flot.stream) (defclass flot () ((contents :initarg :on :initform (error "Must provide a value to stream on.") :r...
1,290
Common Lisp
.lisp
30
39.033333
129
0.716454
psteeve/flot
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
b7314496ed7288a388c114ef112ad65341f3a72e4eb71302f29c50be1ad0723a
40,635
[ -1 ]
40,636
read-stream.lisp
psteeve_flot/read-stream.lisp
(defpackage :read-stream (:use :common-lisp :positionable-stream) (:export :read-stream-on :next-match-for :at-end-p :next :reset :get-position :peek :peek-for :set-to-end :up-to :up-to-end :read-stream :limit-stream)) (in-package :read-stream) (defclass read-stream (p...
2,710
Common Lisp
.lisp
81
26.888889
80
0.615002
psteeve/flot
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
1189ee0d4dac46b67738cd80985998e4f542db78c41e3559365c29aa36faa930
40,636
[ -1 ]
40,637
write-stream.lisp
psteeve_flot/write-stream.lisp
(defpackage :write-stream (:use :common-lisp :positionable-stream) (:export :write-stream :cr :cr-tab :-space :tab)) (in-package :write-stream) (defclass write-stream (positionable-stream) () (:documentation "Is a subclass of positionable-stream representing accessors for writing elements...
966
Common Lisp
.lisp
23
39.130435
121
0.766275
psteeve/flot
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
9619623a5746dae49b05f13cf11f2df45939ac536f44b1818b2fc91fd7e86dc3
40,637
[ -1 ]
40,638
stream-test.lisp
psteeve_flot/stream-test.lisp
(defpackage :stream-test (:use :common-lisp :read-stream :st-test)) (in-package :stream-test) (st-test:deftest test-read-stream-on () (check (equal (type-of (read-stream:read-stream-on "test")) 'read-stream::read-stream))) (st-test:deftest test-at-end-p () (check (equal (read-stream:at-end-p ...
1,784
Common Lisp
.lisp
43
33.511628
90
0.591474
psteeve/flot
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
cb82b481f34b59173d5bdec5d5395a8e3652355dff2076bc56520d2abef0c807
40,638
[ -1 ]
40,639
flot.asd
psteeve_flot/flot.asd
(asdf:defsystem :flot :serial t :components ((:file "stream") (:file "positionable-stream") (:file "read-stream") (:file "write-stream") (:file "read-write-stream") (:file "flot") (...
369
Common Lisp
.asd
10
21.7
57
0.421788
psteeve/flot
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
1ef8c96752c5cad1a4c280f0684886ec470ff0c6a31515fa3448590b7931de7b
40,639
[ -1 ]
40,662
st-test.lisp
psteeve_st-test/st-test.lisp
(defpackage :st-test (:use :common-lisp) (:import-from :st-utils :with-gensyms) (:export :deftest :check :combine-results)) (in-package :st-test) (defvar *test-name* nil) (defmacro deftest (name parameters &body body) "Define a test function. Within a test function we can call other test function or...
1,072
Common Lisp
.lisp
29
33.413793
70
0.672131
psteeve/st-test
0
0
0
GPL-3.0
9/19/2024, 11:48:31 AM (Europe/Amsterdam)
2d9246f67822a4b9116e08bf1b7bb369069849f29698c20483249e0803d97eeb
40,662
[ -1 ]
40,679
package.lisp
zhaose233_lay/package.lisp
;;;; package.lisp (defpackage #:lay (:use #:CL #:CL-USER) (:export main lay_search lay_help lay_install) )
114
Common Lisp
.lisp
5
20.4
48
0.657407
zhaose233/lay
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
7e7d96aa2346c3263b2e6823c1322f58e13f0dfbcbbaeda8a3ce8ea3032c0d19
40,679
[ -1 ]
40,680
lay.lisp
zhaose233_lay/lay.lisp
(defvar *lay_version* "v0.1") (in-package lay) (defun main ( ) (defvar *posix-argv* CL-USER::*posix-argv*) (when (= (length *posix-argv*) 1) (lay_help) (return-from main 0)) (setf my_arg (nth 1 *posix-argv*)) (cond ((string= my_arg "-h") (lay_help)) ((string= my_arg "-Ss") (lay_search (nth 2 *...
620
Common Lisp
.lisp
16
33.5625
106
0.57
zhaose233/lay
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
8a5fbad3b35b1c44e0541234b8b622ce4d744f85d41a520a4030aeab26cb9d2d
40,680
[ -1 ]
40,681
help.lisp
zhaose233_lay/help.lisp
(in-package lay) (defun lay_help () (princ "lay是一个AUR helper。但它不会帮你安装软件包,仅会帮你构建软件包。 用法: lay lay <操作> [...] 操作: lay -h 帮助 lay -V 版本号 lay -S [包名] 构建包 lay -Ss [包名] 搜索包 lay -Sw [包名] 下载对应AUR包的PKGBUILD lay -Sy 更新旧的构建包#TODO 如果不使用参数那么将执行 lay -Syu "))
457
Common Lisp
.lisp
16
15.6875
40
0.582456
zhaose233/lay
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
3047186bfd9dfce6916cbfedb649433070b0cf7b5a99596327749b4c6dda8cef
40,681
[ -1 ]
40,682
install.lisp
zhaose233_lay/install.lisp
(in-package lay) (defun lay_install ( keyword ) (format t ":: 尝试查找常规源~%") (setf code_return (sb-ext:run-program "/usr/bin/pacman" (list "-Si" keyword) :input nil :output *standard-output*)) (when (= (sb-ext:process-exit-code code_return) 0) (format t ":: 可以使用sudo pacman -S ~S安装这个包~%:: 在常规源中找到了包,是否中断构建?[y/n]"...
2,580
Common Lisp
.lisp
32
70.375
229
0.653879
zhaose233/lay
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
eb66cbda0abca765c13a86537d04ec664f132b718821dc7872bb2cb2a2748ef8
40,682
[ -1 ]
40,683
search.lisp
zhaose233_lay/search.lisp
(in-package lay) (defun lay_search ( keyword ) (sb-ext:run-program "/usr/bin/pacman" (list "-Ss" keyword) :input nil :output *standard-output*) (setf url (concatenate 'string "https://aur.archlinux.org/rpc/?v=5&type=search&arg=" keyword)) (setf http_back (drakma:http-request url)) ;;(princ (type-of http_back))...
915
Common Lisp
.lisp
25
32.44
98
0.613048
zhaose233/lay
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
121e455de038733d1d8fbf2ba24ef2e103e255a501b14935ede8be523ac7f34a
40,683
[ -1 ]
40,684
lay.asd
zhaose233_lay/lay.asd
;;;; myproject.asd (asdf:defsystem #:lay :description "Describe myproject here" :author "zhaose weiliang1503@163.com" :license "Specify license here" :version "0.1" :serial t :build-operation "program-op" ;; leave as is :build-pathname "lay" :entry-point "lay:main" :depends-on (#:cl-json #:trivial-...
489
Common Lisp
.asd
16
24.5
47
0.599576
zhaose233/lay
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
829db51a7e25ff4b5bbd6668b6b22a652e962e3a541655fb15f8d580573b7b41
40,684
[ -1 ]
40,728
.sbclrc
tabuyos_quicklisp/.sbclrc
;;; The following lines added by ql:add-to-init-file: #-quicklisp (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init)))
259
Common Lisp
.cl
6
34.5
65
0.626984
tabuyos/quicklisp
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
85eee079633f7cbc33b847f818544f27c1e2668145973b6e43703718fd960d07
40,728
[ 27306, 123513, 147557, 299394, 325805, 395630 ]
40,754
releases.txt
tabuyos_quicklisp/quicklisp/dists/quicklisp/releases.txt
# project url size file-md5 content-sha1 prefix [system-file1..system-fileN] 1am http://beta.quicklisp.org/archive/1am/2014-11-06/1am-20141106-git.tgz 3490 c5e83c329157518e3ebfeef63e4ac269 83dfee1159cc630cc2453681a7caaf745f987d41 1am-20141106-git 1am.asd 3b-bmfont http://beta.quicklisp.org/archive/3b-bmfont/2020-04-27/...
501,387
Common Lisp
.l
2,051
243.459776
15,181
0.867025
tabuyos/quicklisp
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
cea1baece763562d217620695d80df0a358e778945379b2058791ec5b097cf2b
40,754
[ -1 ]
40,770
languages.lisp
psteeve_fake-cl/languages.lisp
(defpackage :fake-cl.languages (:use :common-lisp) (:export *programming-languages* *functional-languages*)) (in-package :fake-cl.languages) (defvar *programming-languages* '("1C:Enterprise programming language" "A# .NET" "A-0 System" "A+" "A++" "ABAP" "ABC" "ABC ALGOL"...
12,935
Common Lisp
.lisp
145
55.710345
112
0.43257
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
0264733d7c03123d4fcdd0e0b59d7b1c38fe20abab5a21ece65ea54227572b4c
40,770
[ -1 ]
40,771
quotes.lisp
psteeve_fake-cl/quotes.lisp
(defpackage :fake-cl.quotes (:use :common-lisp) (:export *programming-quotes*)) (in-package :fake-cl.quotes) (defvar *programming-quotes* '( (:author "John McCarthy" :quote "Lisp's core occupies some kind of local optimum in the space of programming ...
333
Common Lisp
.lisp
8
31.875
73
0.608696
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
790d3e00fe913371c96383251feb793602d86efb0817d462b704ca6a3d3cba3d
40,771
[ -1 ]
40,772
number.lisp
psteeve_fake-cl/number.lisp
(defpackage :fake-cl.number (:use :common-lisp) (:export :gen-positive-number :][)) (in-package :fake-cl.number) (defun gen-positive-number (n) (let ((result (if (equal 0 n) 0 (random (abs n))))) (if (and (> n 1) (equal result 0)) (gen-positive-number n) result))) (defun ][ (min ...
676
Common Lisp
.lisp
20
27.25
65
0.588055
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
eafe11ec64e0be35525ab65c918170429f34ccec8c31dcf67b523b0e4b42c283
40,772
[ -1 ]
40,773
fake-data.lisp
psteeve_fake-cl/fake-data.lisp
(in-package :fake-cl) (defvar *first-name* '( "Enzo" "Lucas" "Mathis" "Nathan" "Thomas" "Hugo" "Théo" "Tom" "Lou...
21,789
Common Lisp
.lisp
554
14.308664
113
0.292574
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
10571c65e71d64a5c8ca8e181a3188c67c54bb40fa9252803ebb56d84ae37e0f
40,773
[ -1 ]
40,774
fake-cl.lisp
psteeve_fake-cl/fake-cl.lisp
(defpackage :fake-cl (:use :common-lisp :faker.lorem ;;; rename to fake-cl.lorem :fake-cl.medecin :fake-cl.languages :fake-cl.country :fake-cl.number :fake-cl.list :fake-cl.phone :uuid :str) (:shadowing-import-from :str :words) (:export :gen-uuid :firstname :lastname :nam...
1,842
Common Lisp
.lisp
69
23.231884
66
0.68244
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
82d15bd37ab22a35cce7d7bdf36bebf3832698752766f9b684801ecf024306f0
40,774
[ -1 ]
40,775
country.lisp
psteeve_fake-cl/country.lisp
(defpackage :fake-cl.country (:use :common-lisp) (:export *countries*)) (in-package :fake-cl.country) (defvar *countries* '( "Afghanistan" "Albania" "Algeria" "Andorra" "Angola" "Anti...
6,847
Common Lisp
.lisp
202
11.415842
60
0.269567
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
f0c515471f43726b902eff4ab792136c4985d8975f72b0b9961f885ba7d10fe1
40,775
[ -1 ]
40,776
list.lisp
psteeve_fake-cl/list.lisp
(defpackage :fake-cl.list (:use :common-lisp :fake-cl.number) (:export :list-of :-random-from-list :make-length-based-random)) (in-package :fake-cl.list) (defun list-of (n generator) "Return a list N values of type returned by GENERATOR. If N is 0 return one value instead of a list." (if (> n 0) ...
859
Common Lisp
.lisp
25
29.36
80
0.634176
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
47a0744f6f97faba7e63914dcc438e96b06663b177f4f001fe8b760ee42e571f
40,776
[ -1 ]
40,777
medecin.lisp
psteeve_fake-cl/medecin.lisp
(defpackage :fake-cl.medecin (:use :common-lisp) (:export *specialities*)) (in-package :fake-cl.medecin) (defvar *specialities* '("allergologie" "andrologie" "anesthésiologie" "cardiologie" "chirurgie" ...
2,405
Common Lisp
.lisp
56
18.321429
76
0.3718
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
7208f519483b75d71756f6a5fa8255fa80a84eb4a9b72557ccc0c46ef53232e4
40,777
[ -1 ]
40,778
lorem.lisp
psteeve_fake-cl/lorem.lisp
(defpackage :faker.lorem (:use :common-lisp) (:export :word :words :paragraph :paragraphs)) (in-package :faker.lorem) (defvar *prologue* "Lorem ipsum dolor sit amet, consectetur adipiscing elit") (defvar *words* #("do" "eiusmod" "incididunt" "labore" "dolore" "aliqua" "erat" "bibendum" "venen...
2,332
Common Lisp
.lisp
47
45.297872
80
0.64339
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
49b6ec9119c05d610b12ccbb7fea1874dd326fe5d760d968b86c29a553dbc9ed
40,778
[ -1 ]
40,779
haiti.lisp
psteeve_fake-cl/haiti.lisp
(defpackage :fake-cl.haiti (:use :common-lisp :fake-cl.number :fake-cl.phone :fake-cl.list) (:export *code-postal* :city :phone :address)) (in-package :fake-cl.haiti) (defparameter *code-postal* '( (:code "HT4110" :commune "Gonaïves" :departement "artibonite")...
22,433
Common Lisp
.lisp
255
59.035294
124
0.486124
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
ce7b242f0c0c7d2894b1a6d961b312b7ff5943adb1d5bec6de17922da5c69d48
40,779
[ -1 ]
40,780
fake-cl.asd
psteeve_fake-cl/fake-cl.asd
(asdf:defsystem :fake-cl :serial t :components ((:file "lorem") (:file "medecin") (:file "number") (:file "list") (:file "phone") (:file "languages") (:file "haiti") (:file "country") (:file "fake...
405
Common Lisp
.asd
13
18.153846
47
0.392857
psteeve/fake-cl
0
0
0
GPL-3.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
7daf715ade01369d2cfe062fdcca7fca400122fb4941e60b2df52d085f762d09
40,780
[ -1 ]
40,809
fractal-tree.lisp
foggynight_fractals/fractal-tree.lisp
;;; --- fractal-tree.lisp --- ;; ;; Construct a fractal tree by splitting each point into some number of branches ;; where a point is the end of a previous branch. Branches splay outwards from ;; the center starting at the tree points. ;; ;; The starting point is a special case where the branches split evenly ;; distri...
8,052
Common Lisp
.lisp
178
35.376404
100
0.568682
foggynight/fractals
0
0
0
GPL-2.0
9/19/2024, 11:48:40 AM (Europe/Amsterdam)
b6d2d2c1560755ebe991c900f643d5f73effdc7fb91aa6ec5481b2b19e109e88
40,809
[ -1 ]
40,841
struct-utils.lisp
aakropotkin_cl-compdb/struct-utils.lisp
(in-package :cl-user) (defpackage :compdb/struct-utils (:USE :common-lisp) (:EXPORT #:update-struct #:struct-slots #:struct-values #:struct-p #:struct-to-list)) (in-package :compdb/struct-utils) ;; ========================================================================== ;; (declaim (ftype (fu...
2,814
Common Lisp
.lisp
71
35.014085
80
0.461907
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
52d21e67fd2db004a70b95977cafddc378626603778e481495ebff74d1b0d438
40,841
[ -1 ]
40,842
string-utils.lisp
aakropotkin_cl-compdb/string-utils.lisp
(in-package :cl-user) (defpackage :compdb/string-utils (:USE :common-lisp :compdb/types) (:EXPORT #:strs-equal #:strs-intersect #:strs-difference #:strs-union #:strs-uniq #:str-append-char )) (in-package :compdb/string-utils) ;; ========================================================...
2,043
Common Lisp
.lisp
49
37.142857
80
0.47665
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
9de9799c3be07c3d49141c23c3ec6708fe1588e45467c5c46bdf5a84dedb88ea
40,842
[ -1 ]
40,843
types.lisp
aakropotkin_cl-compdb/types.lisp
(in-package :cl-user) (defpackage :compdb/types (:USE :common-lisp) (:EXPORT #:def-pair-type #:def-list-type #:list-of-strings-p #:list-of-strings #:list-of-pathnames-p #:list-of-pathnames #:pair-of-strings-p #:pair-of-strings #:list-of-symbols-p #:list-of-symbols)) (in-package :comp...
2,280
Common Lisp
.lisp
60
29.033333
80
0.408451
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
4a4464ab017cc28fc59c5a5f6852d84fd0dcc08bdc6758b1a23cd354f97fd9bc
40,843
[ -1 ]
40,844
json-cdb.lisp
aakropotkin_cl-compdb/json-cdb.lisp
(in-package :cl-user) (ql:quickload '(:compdb/types :cl-json :compdb/dirs :compdb/lang-tag :compdb/flags :compdb/alias :uiop :str)) (defpackage :compdb/json-cdb (:USE :common-lisp :compdb/types :c...
4,282
Common Lisp
.lisp
102
35.77451
80
0.519036
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
dd86763b0db50d41d4ea620189c137173b31bb7072ab158ca2683efce6502456
40,844
[ -1 ]
40,845
flag-collection.lisp
aakropotkin_cl-compdb/flag-collection.lisp
(in-package :cl-user) (ql:quickload '(:compdb/types :compdb/flags :compdb/alias :compdb/json-cdb :compdb/lang-tag)) (defpackage :compdb/flag-collection (:USE :common-lisp :compdb/types :compdb/flags :compdb/alias) (:IMPORT-FROM :compdb/json-cdb #:get-jcu-args #:get-jcu...
10,494
Common Lisp
.lisp
257
33.832685
80
0.498817
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
b82e5ed5d91f4ae802391cf9388cddddcd0d265965f9ee69f3486c5f90fefded
40,845
[ -1 ]
40,846
flags.lisp
aakropotkin_cl-compdb/flags.lisp
(in-package :cl-user) (ql:quickload '(:compdb/types :compdb/string-utils :compdb/dirs :compdb/lang-tag :str)) (defpackage :compdb/flags (:USE :common-lisp :compdb/types :compdb/lang-tag) (:IMPORT-FROM :compdb/string-utils #:str-append-char #:strs-union) (:IMPORT-FROM :compdb...
16,899
Common Lisp
.lisp
393
34.256997
80
0.499726
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
c0c297cd08be3485ef98cf50e6fad1172dd9b57021693c88c0c467feb446136d
40,846
[ -1 ]
40,847
compdb.lisp
aakropotkin_cl-compdb/compdb.lisp
(in-package :cl-user) (defpackage :compdb/compdb (:USE :common-lisp :compdb/types) (:IMPORT-FROM :compdb/lang-tag #:list-of-lang-tags) (:IMPORT-FROM :compdb/srcdir #:list-of-srcdirs) (:IMPORT-FROM :compdb/flag-collection #:lang-flag-set) (:IMPORT-FROM :compdb/json-cdb #:parse-com...
2,494
Common Lisp
.lisp
59
34.305085
80
0.46959
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
fd549fe892283b178b8c990ac5fecb71067f86ebe5227c1aac71242cf48f1d20
40,847
[ -1 ]
40,848
grouping.lisp
aakropotkin_cl-compdb/grouping.lisp
(ql:quickload :group-by) (use-package :group-by) (group-by '((a 1 2) (a 3 4) (b 5 6))) ; => ((A (1 2) (3 4)) (B (5 6))) (group-by '((a 1 2) (a 3 4) (b 5 6)) :value #'identity) ; => ((A (A 1 2) (A 3 4)) (B (B 5 6))) (ql:quickload :cl-json) (use-package :cl-json) (defparameter *cdb* (with-o...
581
Common Lisp
.lisp
19
25.052632
65
0.508993
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
c09e6dba84e165b11fb384b3af67f2710adb5c428c7d3fed7c608f428555aaa0
40,848
[ -1 ]
40,849
lang-tag.lisp
aakropotkin_cl-compdb/lang-tag.lisp
(in-package :cl-user) (defpackage :compdb/lang-tag (:USE :common-lisp :compdb/types) (:EXPORT #:lang-tag-p #:lang-tag #:c-lang-tag-p #:c-lang-tag #:gen-lang-tag-p #:gen-lang-tag #:list-of-lang-tags-p #:list-of-lang-tags #:lang-tag-from-flags #:lang-tag-from-compiler)) (in-packa...
2,157
Common Lisp
.lisp
56
34.517857
80
0.397683
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
a8f8f1b6692d05fb9cd67ee7d1f41ae98b7ef1f6168f7c837ebcfbcc8e447cdd
40,849
[ -1 ]
40,850
alias.lisp
aakropotkin_cl-compdb/alias.lisp
(in-package :cl-user) (ql:quickload '(:str :compdb/types)) (defpackage :compdb/alias (:USE :common-lisp) (:IMPORT-FROM :str #:replace-first) (:IMPORT-FROM :compdb/types #:list-of-symbols) (:EXPORT #:defalias #:defalias-replace-first #:defaliases-replace-first )) (in-package :compdb/alias)...
3,288
Common Lisp
.lisp
69
44.768116
90
0.510479
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
fd7c58a9901aad6133d73d34c1f8f72e3c16aaa4f622c94240a4680e2a6dc674
40,850
[ -1 ]
40,851
core.lisp
aakropotkin_cl-compdb/core.lisp
(in-package :cl-user) (ql:quickload '(:asdf :compdb/json-cdb)) (defpackage :compdb/core (:USE :common-lisp) (:IMPORT-FROM :compdb/json-cdb #:parse-compdb-json) (:IMPORT-FROM :asdf #:system-relative-pathname) (:EXPORT #:*cdb*)) (in-package :compdb/core) ;; =========================================...
662
Common Lisp
.lisp
14
44.928571
80
0.438871
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
6029648a9eb1188d9941f796af0b3b94d1129c20bd8848d0e31588043eca3891
40,851
[ -1 ]
40,852
all.lisp
aakropotkin_cl-compdb/all.lisp
;; ========================================================================== ;; (uiop/package:define-package :compdb/all (:NICKNAMES :compdb) (:USE-REEXPORT :compdb/compdb :compdb/core :compdb/cunit :compdb/dirs :compdb/flag-collection :compdb/flags :compdb/json-cdb :compdb/lang-tag ...
587
Common Lisp
.lisp
19
27.105263
80
0.405357
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
6977f5cb10248eb98dfc3e14d2fb728774bfbf893d05f4eaca9ae986594279e7
40,852
[ -1 ]
40,853
cunit.lisp
aakropotkin_cl-compdb/cunit.lisp
(in-package :cl-user) (defpackage :compdb/cunit (:USE :common-lisp :compdb/types) (:IMPORT-FROM :compdb/flags #:list-of-flags) ;;(:IMPORT-FROM :compdb/flag-collection #:mk-flag-collection-json) (:IMPORT-FROM :compdb/flag-collection #:mk-lang-flag-set #:la...
3,905
Common Lisp
.lisp
101
33.564356
80
0.444768
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
6bfd397c0de9aa7236c157f119db4a680fc883a8bfc2e1e1193666afa727f1b5
40,853
[ -1 ]
40,854
srcdir.lisp
aakropotkin_cl-compdb/srcdir.lisp
(in-package :cl-user) (defpackage :compdb/srcdir (:USE :common-lisp :compdb/types :compdb/flag-collection) (:IMPORT-FROM :compdb/lang-tag #:list-of-lang-tags) (:IMPORT-FROM :compdb/cunit #:cunit #:list-of-cunits ...
5,089
Common Lisp
.lisp
124
37.193548
82
0.517339
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
01ec4328aadd4ec475ecb024dfe5bb9ce5fe848cb21fc7b5e99b7df3376a9948
40,854
[ -1 ]
40,855
dirs.lisp
aakropotkin_cl-compdb/dirs.lisp
(in-package :cl-user) (ql:quickload '(:compdb/types :uiop)) (defpackage :compdb/dirs (:USE :common-lisp :compdb/types) (:IMPORT-FROM :uiop #:directory-separator-for-host) (:EXPORT #:directory-component-p #:directory-component #:list-of-directory-components-p #:list-of-directory-components #:direc...
8,944
Common Lisp
.lisp
217
33.884793
80
0.486993
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
b31517691c870cb1bb1ba9ace2e0b02fe711d50f8f0c3e16b3cd0ef0bd3dadfe
40,855
[ -1 ]
40,856
test-cunit.lisp
aakropotkin_cl-compdb/test/test-cunit.lisp
(in-package :cl-user) (defpackage :compdb/test/test-cunit (:USE :common-lisp :prove :compdb/cunit)) (in-package :compdb/test/test-cunit) ;; ========================================================================== ;; ;; -------------------------------------------------------------------------- ;; ;; =======...
391
Common Lisp
.lisp
7
53.285714
80
0.269333
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
989050711d4463eb7472e8eef0955484834fea4ae4a0a9867b13a3b5f9bdb707
40,856
[ -1 ]
40,857
test-struct-utils.lisp
aakropotkin_cl-compdb/test/test-struct-utils.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/struct-utils)) (defpackage :compdb/test/test-struct-utils (:USE :common-lisp :prove :compdb/struct-utils) (:EXPORT #:run-test-stuct-utils #:test-update-struct #:test-struct-slots #:test-struct-values #:test-struct-to-list #:test-struct-p #:r...
3,736
Common Lisp
.lisp
92
33.23913
80
0.448466
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
a94f76d8622352744eb693f97f182853b846ca9cf5b4c6f3337ba53721333db5
40,857
[ -1 ]
40,858
test-srcdir.lisp
aakropotkin_cl-compdb/test/test-srcdir.lisp
(in-package :cl-user) (defpackage :compdb/test/test-srcdir (:USE :common-lisp :prove :compdb/srcdir)) (in-package :compdb/test/test-srcdir) ;; ========================================================================== ;; ;; -------------------------------------------------------------------------- ;; ;; ====...
394
Common Lisp
.lisp
7
53.714286
80
0.275132
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
140f5a81d691b6f2d354030d3d3dba2506fc21ac3623e88db33512baa0fa105f
40,858
[ -1 ]
40,859
test-json-cdb.lisp
aakropotkin_cl-compdb/test/test-json-cdb.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/json-cdb)) (defpackage :compdb/test/test-json-cdb (:USE :common-lisp :prove :compdb/json-cdb) (:IMPORT-FROM :asdf #:system-relative-pathname) (:EXPORT #:test-parse-compdb-json #:run-test-json-cdb)) (in-package :compdb/test/test-json-cdb) ;; ==========...
1,625
Common Lisp
.lisp
35
39.771429
80
0.415022
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
44f3280b72e72b6f9849f7d0b1fdca88d4ceef631b941752f64aa40d2198fb4f
40,859
[ -1 ]
40,860
test-string-utils.lisp
aakropotkin_cl-compdb/test/test-string-utils.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/string-utils)) (defpackage :compdb/test/test-string-utils (:USE :common-lisp :prove :compdb/string-utils) (:EXPORT #:test-strs-equal #:test-strs-intersect #:test-strs-difference #:test-strs-union #:test-strs-uniq #:test-str-append-char #:run...
3,876
Common Lisp
.lisp
86
38.255814
80
0.450438
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
1588436c15f8ae1f5dc52ae0cea8ff198073231dd0cd307d0f7ecf85f544cf10
40,860
[ -1 ]
40,861
test-lang-tag.lisp
aakropotkin_cl-compdb/test/test-lang-tag.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/lang-tag)) (defpackage :compdb/test/test-lang-tag (:USE :common-lisp :prove :compdb/lang-tag) (:EXPORT #:test-lang-tag-t #:test-c-lang-tag-t #:test-gen-lang-tag-t #:test-list-of-lang-tags-t #:test-lang-tag-from-flags #:test-lang-tag-from-compil...
3,318
Common Lisp
.lisp
81
37.037037
80
0.474603
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
9de5cf96c28b61f3c43b9cd46d331dc5751af6ebbe6416e65e26733ead89e6b3
40,861
[ -1 ]
40,862
test-types.lisp
aakropotkin_cl-compdb/test/test-types.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/types)) (defpackage :compdb/test/test-types (:USE :common-lisp :prove :compdb/types) (:EXPORT #:run-test-types #:test-list-of-strings #:test-list-of-pathnames #:test-pair-of-strings #:test-list-of-symbols)) (in-package :compdb/test/test-types) ;...
2,954
Common Lisp
.lisp
62
42.612903
80
0.477882
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
b05580c9622cdb914adf96cab94b13c0e07755c58142974bcfff5faf2eee587e
40,862
[ -1 ]
40,863
test-flags.lisp
aakropotkin_cl-compdb/test/test-flags.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/flags)) (defpackage :compdb/test/test-flags (:USE :common-lisp :prove :compdb/flags) (:EXPORT #:test-raw-flag-pair-t #:test-flag-pair-t #:test-raw-flaggable-t #:test-raw-list-of-flaggables #:run-test-flags)) (in-package :compdb/test/test-flags) ...
4,011
Common Lisp
.lisp
88
40.772727
80
0.484078
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
3ae370de2a8d14b2c4a831b2691a3818ff155af8e1c7cea3e4e639c0ae707339
40,863
[ -1 ]
40,864
test-compdb.lisp
aakropotkin_cl-compdb/test/test-compdb.lisp
(in-package :cl-user) (defpackage :compdb/test/test-compdb (:USE :common-lisp :prove :compdb/compdb)) (in-package :compdb/test/test-compdb) ;; ========================================================================== ;; ;; -------------------------------------------------------------------------- ;; ;; ====...
394
Common Lisp
.lisp
7
53.714286
80
0.275132
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
3a29c663fd0e5a2dd5f3580cbb2a4b7d1387879a4e20c828e5645ff2ec89c9c2
40,864
[ -1 ]
40,865
test-flag-collection.lisp
aakropotkin_cl-compdb/test/test-flag-collection.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/flag-collection)) (defpackage :compdb/test/test-flag-collection (:USE :common-lisp :prove :compdb/flag-collection)) (in-package :compdb/test/test-flag-collection) ;; ========================================================================== ;; ;; -----------...
471
Common Lisp
.lisp
8
56.375
80
0.362031
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
1bcf6f7dbf6fc073d27cdbd682b3310d05465392a7221ebdea4730262508c01c
40,865
[ -1 ]
40,866
test-all.lisp
aakropotkin_cl-compdb/test/test-all.lisp
;; ========================================================================== ;; (uiop/package:define-package :compdb/test/all (:NICKNAMES :compdb/test) (:USE-REEXPORT :compdb/test/test-alias :compdb/test/test-compdb :compdb/test/test-core :compdb/test/test-cunit :compdb/test/test-dirs :compdb...
726
Common Lisp
.lisp
19
34.473684
80
0.484286
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
e0632ee77c51bacb270e8b96494fc5b1112d6a90c6dae585cd659a842034a614
40,866
[ -1 ]
40,867
test-dirs.lisp
aakropotkin_cl-compdb/test/test-dirs.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/dirs)) (defpackage :compdb/test/test-dirs (:USE :common-lisp :prove :compdb/dirs) (:EXPORT #:test-directory-component-t #:test-list-of-directory-components-t #:test-directory-pathname-t #:test-list-of-directory-pathnames-t #:test-dirpath-t #:test-...
10,326
Common Lisp
.lisp
212
43.34434
80
0.527054
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
ec7e47dea69f8bfe63219abe92353f740c97606d040c390cf34224bc21b35a77
40,867
[ -1 ]
40,868
test-alias.lisp
aakropotkin_cl-compdb/test/test-alias.lisp
(in-package :cl-user) (ql:quickload '(:prove :compdb/alias)) (defpackage :compdb/test/test-alias (:USE :common-lisp :prove :compdb/alias) (:EXPORT #:test-defalias ;#:test-defalias-replace-first ;#:test-defaliases-replace-first #:run-test-alias)) (in-package :compdb/test/test-alias) ;; ==============...
1,830
Common Lisp
.lisp
49
35.142857
80
0.475568
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
00fb89e5ce7e89a69c0eb144cd7b2a672512838a11cf4b6f26baae1332156935
40,868
[ -1 ]
40,869
test-core.lisp
aakropotkin_cl-compdb/test/test-core.lisp
(in-package :cl-user) (defpackage :compdb/test/test-core (:USE :common-lisp :prove :compdb/core)) (in-package :compdb/test/test-core) ;; ========================================================================== ;; ;; -------------------------------------------------------------------------- ;; ;; ==========...
388
Common Lisp
.lisp
7
52.857143
80
0.263441
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
86553026720e39f35d3c20e3afacc8560ac82d58c746806749d7a23cf97e1c19
40,869
[ -1 ]
40,870
compdb.asd
aakropotkin_cl-compdb/compdb.asd
#-asdf3 (error "compdb requires ASDF 3") ;; ========================================================================== ;; (asdf:defsystem :compdb :NAME "Common Lisp Compilation Database Parser" :DESCRIPTION "compdb: parse compile_commands.json files." :VERSION "0.0.1" :...
722
Common Lisp
.asd
13
52.615385
80
0.392857
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
a2a52aa28ff6b50b335958438522a5e1b642612a7ff872cc02422f9542035e87
40,870
[ -1 ]
40,871
compdb-test.asd
aakropotkin_cl-compdb/test/compdb-test.asd
#-asdf3 (error "compdb requires ASDF 3") ;; ========================================================================== ;; (asdf:defsystem :compdb-test :NAME "Common Lisp Compilation Database Parser - Tests" :DESCRIPTION "compdb-test: parse compile_commands.json files." :VERSION ...
750
Common Lisp
.asd
13
54.769231
80
0.406593
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
2bba795e449fff987a751e217032754e62dd393914ffb8a9ea7f16e17bfdcba0
40,871
[ -1 ]
40,880
compile_commands.json
aakropotkin_cl-compdb/compile_commands.json
[ { "arguments": [ "/home/camus/.nix-profile/bin/gcc", "-DHAVE_CONFIG_H", "-I.", "-I../../gnulib", "-I..", "-I/home/camus/.nix-profile/include", "-I/home/camus/.local/include", "-c", "-fPIC", "-DPIC", "-o", ".libs/gl_list.o", "../../gnu...
58,181
Common Lisp
.l
1,723
27.421938
117
0.593432
aakropotkin/cl-compdb
0
0
5
GPL-3.0
9/19/2024, 11:48:48 AM (Europe/Amsterdam)
3e71c70a9803bd1d0bff0be80e160760d1d0c1f1d2325eb46f413f6f7a80386e
40,880
[ -1 ]