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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
190 | push-to-checkout.sample | jscl-project_jscl/.git/hooks/push-to-checkout.sample | #!/bin/sh
# An example hook script to update a checked-out tree on a git push.
#
# This hook is invoked by git-receive-pack(1) when it reacts to git
# push and updates reference(s) in its repository, and when the push
# tries to update the branch that is currently checked out and the
# receive.denyCurrentBranch config... | 2,783 | Common Lisp | .l | 69 | 39.086957 | 70 | 0.765619 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | b64782338acdf03da0bcd49c3173a6b7b0103c313a9b9af13f948c47dd586555 | 190 | [
-1
] |
191 | pre-merge-commit.sample | jscl-project_jscl/.git/hooks/pre-merge-commit.sample | #!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by "git merge" with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message to
# stderr if it wants to stop the merge commit.
#
# To enable this hook, rename this file to "pre-merge-commit".
.... | 416 | Common Lisp | .l | 12 | 32.916667 | 67 | 0.73201 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | e20a4b66791c1bf94f74a10c9bffba10a9d89e975d25c7d1f356b66a5b8d4014 | 191 | [
-1
] |
192 | pre-commit.sample | jscl-project_jscl/.git/hooks/pre-commit.sample | #!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by "git commit" with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.
#
# To enable this hook, rename this file to "pre-commit".
if git rev-parse --ver... | 1,643 | Common Lisp | .l | 40 | 39.5 | 75 | 0.754078 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | afcf3853569d8eb02ad1d533682bd9d246c6e321db04a1db4f46a8d126f9c5a7 | 192 | [
-1
] |
193 | applypatch-msg.sample | jscl-project_jscl/.git/hooks/applypatch-msg.sample | #!/bin/sh
#
# An example hook script to check the commit log message taken by
# applypatch from an e-mail message.
#
# The hook should exit with non-zero status after issuing an
# appropriate message if it wants to stop the commit. The hook is
# allowed to edit the commit message file.
#
# To enable this hook, rename ... | 478 | Common Lisp | .l | 14 | 33.071429 | 66 | 0.736501 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | 015d2f3ca6c424d68097ecfa16bc677c9c9502988da26fc3818903dbdb1f76a0 | 193 | [
-1
] |
194 | commit-msg.sample | jscl-project_jscl/.git/hooks/commit-msg.sample | #!/bin/sh
#
# An example hook script to check the commit log message.
# Called by "git commit" with one argument, the name of the file
# that has the commit message. The hook should exit with non-zero
# status after issuing an appropriate message if it wants to stop the
# commit. The hook is allowed to edit the commi... | 896 | Common Lisp | .l | 21 | 41.333333 | 78 | 0.680046 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | 5a8d6acdfb565bba6964d8ff79c01dc0bb92081113a9bd18c0a6ac9376c3c035 | 194 | [
-1
] |
195 | prepare-commit-msg.sample | jscl-project_jscl/.git/hooks/prepare-commit-msg.sample | #!/bin/sh
#
# An example hook script to prepare the commit log message.
# Called by "git commit" with the name of the file that has the
# commit message, followed by the description of the commit
# message's source. The hook's purpose is to edit the commit
# message file. If the hook fails with a non-zero status,
# t... | 1,492 | Common Lisp | .l | 37 | 39.189189 | 105 | 0.686207 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | db7e07ca49f5a5ee61c03d6bb8a3210777d4289f8052e2398949b5a0b1559a92 | 195 | [
-1
] |
196 | pre-rebase.sample | jscl-project_jscl/.git/hooks/pre-rebase.sample | #!/bin/sh
#
# Copyright (c) 2006, 2008 Junio C Hamano
#
# The "pre-rebase" hook is run just before "git rebase" starts doing
# its job, and can prevent the command from running by exiting with
# non-zero status.
#
# The hook is called with the following parameters:
#
# $1 -- the upstream the series was forked from.
# $... | 4,898 | Common Lisp | .l | 138 | 32.804348 | 77 | 0.65701 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | 040e405fd5173e93508b0a7f089c8346242a6ddd0940443ffb838194eab5ec21 | 196 | [
-1
] |
197 | pre-push.sample | jscl-project_jscl/.git/hooks/pre-push.sample | #!/bin/sh
# An example hook script to verify what is about to be pushed. Called by "git
# push" after it has checked the remote status, but before anything has been
# pushed. If this script exits with a non-zero status nothing will be pushed.
#
# This hook is called with the following parameters:
#
# $1 -- Name of t... | 1,374 | Common Lisp | .l | 47 | 27.170213 | 79 | 0.713096 | jscl-project/jscl | 882 | 108 | 90 | GPL-3.0 | 9/19/2024, 11:24:04 AM (Europe/Amsterdam) | a8539795abe4186c7e05b5bc8fdec31fbeae352835bfc5bc74ddb6e822e09cee | 197 | [
-1
] |
198 | package.lisp | whily_yalo/cc/package.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Package definition.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2009-2012 Yujian Zhang
(defpackage #:cc
(:use #:common-lisp)
... | 390 | Common Lisp | .lisp | 16 | 22.1875 | 49 | 0.600536 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | cc6af64105027810972e0608af77eefc9747473625bb330cff614c107c99c209 | 198 | [
125682
] |
199 | keyboard.lisp | whily_yalo/cc/keyboard.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Keyboard handling mode functions.
;;;; BIOS interruptions are not used.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2015-2018 Y... | 14,943 | Common Lisp | .lisp | 357 | 34.154062 | 92 | 0.577939 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | d0f0e09dcf100d6696f21b3b7c9e2a38df0a441ed6e25e636f125cf8d28e722a | 199 | [
380199
] |
200 | kernel.lisp | whily_yalo/cc/kernel.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; 64 bit long mode kernel code.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2015-2018 Yujian Zhang
(in-package :cc)
(defparameter *... | 4,099 | Common Lisp | .lisp | 125 | 27.528 | 104 | 0.595274 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 04bbc3da6116072329420c8ea0460e0880b99587424867fbd3748cd423ceb619 | 200 | [
95961
] |
201 | x86-64-syntax.lisp | whily_yalo/cc/x86-64-syntax.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Syntax tables for x86-64.
;;;; References:
;;;; [1] Intel 64 and IA-32 Architectures Software Developer's Manual
;;;; Volume 2, Instruction Set Reference, A-Z. June 2015
;;;; License:
;;;; GNU ... | 21,253 | Common Lisp | .lisp | 373 | 51.120643 | 90 | 0.405597 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | ba317b2abc227fdc49ec3699bf607bb06c1213ac0f2325669f631fe66e8abc91 | 201 | [
52321
] |
202 | bga.lisp | whily_yalo/cc/bga.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Bochs VBE Extensions, see http://wiki.osdev.org/BGA
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2012 Yujian Zhang
(in-package :cc)... | 2,617 | Common Lisp | .lisp | 88 | 25.193182 | 100 | 0.600476 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 1535810053fc6f1fd39c0ed5349ba26bc7627b091b675bfadbd769140121630f | 202 | [
226163
] |
203 | memory.lisp | whily_yalo/cc/memory.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Memory management.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2015 Yujian Zhang
(in-package :cc)
(defparameter *memory-16*
`(
... | 10,840 | Common Lisp | .lisp | 268 | 33.641791 | 106 | 0.557091 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 344701436c571e2c5c284158c9c4d8de2839e5e4710e21b03cc6b092be828a80 | 203 | [
44631
] |
204 | lap.lisp | whily_yalo/cc/lap.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Lisp Assembly Program.
;;;; References:
;;;; [1] AMD64 Architecture Programmer's Manual Volume 3:
;;;; General-Purpose and System Instructions
;;;; Publication No. 24594; Revision: 3.22
;;;... | 37,645 | Common Lisp | .lisp | 822 | 31.70438 | 117 | 0.477981 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 23b4adaacfe0df47a71ef2f64126d132549a69a65114f48b24aab79dd73085b6 | 204 | [
81393
] |
205 | test-cc.lisp | whily_yalo/cc/test-cc.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Regression tests. Cross checked with NASM.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2009-2018 Yujian Zhang
(in-package :cc)
(d... | 16,156 | Common Lisp | .lisp | 486 | 28.440329 | 103 | 0.552253 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | e67dee5fa895d6897c07c1dec6a20932351937e28a81c862b08ef7e05c578de9 | 205 | [
191715
] |
206 | bochs.lisp | whily_yalo/cc/bochs.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; BOCHS specific functions.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2018 Yujian Zhang
(in-package :cc)
(defparameter *bochs*
... | 919 | Common Lisp | .lisp | 32 | 23.0625 | 89 | 0.556561 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 940b1a981b986e0877f2e0b5d5c02eadcf0d6530aae125d6a11ec4edaccf0c6b | 206 | [
21930
] |
207 | vga-text.lisp | whily_yalo/cc/vga-text.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; VGA text mode functions.
;;;; BIOS interruptions are not used.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2009-2015 Yujian Zha... | 10,711 | Common Lisp | .lisp | 284 | 30.426056 | 84 | 0.52974 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 5dcfcf02fff678f1151ae7c4f8024d4e0e9b29ace385e9fecee14cdc9f28687e | 207 | [
229761
] |
208 | config.lisp | whily_yalo/cc/config.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Configuration for the kernel.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2018 Yujian Zhang
(in-package :cc)
(defparameter *inclu... | 615 | Common Lisp | .lisp | 18 | 31.888889 | 55 | 0.685185 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 109aededb42db23d0212c0fbf13e09c63b1755568453dfab48401a1853610401 | 208 | [
325270
] |
209 | a20.lisp | whily_yalo/cc/a20.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; A20 address line related functions.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2015 Yujian Zhang
(in-package :cc)
(defparameter ... | 3,267 | Common Lisp | .lisp | 110 | 25.018182 | 106 | 0.542276 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 185200a4714a1dc2735735afb112ed1c009e07a9a80cc0c2b750b3b4c3d8c44a | 209 | [
127876
] |
210 | unit-test.lisp | whily_yalo/cc/unit-test.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Unit test, adapted from chapter 9 of Practical Common Lisp.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2009-2012 Yujian Zhang
(... | 1,378 | Common Lisp | .lisp | 36 | 35.277778 | 69 | 0.659925 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | cf963ce93f7ea24d1e6860e976a559a9f562bdbc18c4315f87cc40a941b6cfef | 210 | [
172410
] |
211 | bootloader.lisp | whily_yalo/cc/bootloader.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Bootloader.
;;;;
;;;; Switch to 32 bit protected mode and 64 bit long mode is mainly based on
;;;; Section 14.8 (Long-Mode Initialization Example) of
;;;; [1] AMD64 Architecture Programmer's Manual... | 7,354 | Common Lisp | .lisp | 204 | 30.901961 | 96 | 0.534073 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 217195ab84b3cf9f7e77c00efbc2f9417c37be22a743aac8f76830e8a22e819b | 211 | [
38883
] |
212 | paging.lisp | whily_yalo/cc/paging.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Paging functions.
;;;; References:
;;;; [1] AMD64 Architecture Programmer's Manual Volume 2: System Programming.
;;;; Publication No. 24593; Revision: 3.25
;;;; License:
;;;; GNU General Public... | 9,011 | Common Lisp | .lisp | 203 | 38.689655 | 117 | 0.593832 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 329b5dc93970e7b2f5543916a12ea46641cb92f1bbd6dfab62da0d34adeb5621 | 212 | [
301045
] |
213 | abi.lisp | whily_yalo/cc/abi.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; x86-64 calling convention based on System V AMD64 ABI.
;;;;
;;;; Summary in
;;;; https://en.wikipedia.org/wiki/X86_calling_conventions#System_V_AMD64_ABI
;;;; Basically, the first 6 integer or poin... | 3,917 | Common Lisp | .lisp | 96 | 32.90625 | 97 | 0.582176 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 8e21f7a02ccbed3175e355736fb45a87205376ddb67ba06311e7456e19aa11e8 | 213 | [
455961
] |
214 | bitmap.lisp | whily_yalo/cc/bitmap.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Bitmap functions.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2015 Yujian Zhang
(in-package :cc)
(defparameter *bitmap-prologue*
... | 8,070 | Common Lisp | .lisp | 222 | 27.004505 | 94 | 0.489087 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | b725b6c3952651470b2c16aae9b323d9a94c864c833ed2e4fa364eec93ca1ad7 | 214 | [
303353
] |
215 | test.lisp | whily_yalo/cc/test.lisp | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; Test suite.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
;;;; Copyright (C) 2015 Yujian Zhang
(in-package :cc)
(deftest test ()
(combine-results
... | 349 | Common Lisp | .lisp | 14 | 23.071429 | 49 | 0.600601 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | d14c6a6f36717027077ea5df5f9ef4df375d51440ec5d07af86968e715e8935d | 215 | [
332638
] |
216 | cc.asd | whily_yalo/cc/cc.asd | ;;;; -*- Mode: Lisp -*-
;;;; Author:
;;;; Yujian Zhang <yujian.zhang@gmail.com>
;;;; Description:
;;;; ASDF definition.
;;;; License:
;;;; GNU General Public License v2
;;;; http://www.gnu.org/licenses/gpl-2.0.html
(defpackage #:cc-system
(:use #:cl #:asdf))
(in-package #:cc-system)
(defsystem cc
... | 789 | Common Lisp | .asd | 35 | 19.571429 | 49 | 0.571809 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 608aa8c59d375a054a30491990cc613481913b09de158e8803b43aa9bc0e05e0 | 216 | [
442323
] |
217 | lnasdf | whily_yalo/cc/lnasdf | #!/usr/bin/env bash
# Create symbolic link of CC system for ASDF.
mkdir -p ~/common-lisp
ln -fs `pwd`\/cc.asd ~/common-lisp/cc.asd
| 132 | Common Lisp | .asd | 4 | 31.75 | 46 | 0.710938 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 951d080c48d1048c26a0d5e4dcb099d523bd0e089c992667ef4e4ab0fb861300 | 217 | [
-1
] |
218 | write-kernel-sbcl | whily_yalo/write-kernel-sbcl | #!/usr/bin/sbcl --script
(require 'asdf)
(asdf:oos 'asdf:load-op 'cc)
(in-package :cc)
(write-kernel "floppy.img")
| 116 | Common Lisp | .cl | 5 | 22 | 28 | 0.7 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 71e87a4d4168ecc4c3cc00633d6ef056063cf7c8f0ad875d952feda50a705a03 | 218 | [
225008
] |
221 | debug-virtualbox | whily_yalo/debug-virtualbox | #!/usr/bin/env bash
# Emulate with VirtualBox, enabling debug settings.
VirtualBox --startvm yalo --debug
| 106 | Common Lisp | .l | 3 | 34.333333 | 51 | 0.786408 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 81bdce954e9306435c6a0e1473ee3cc484347b06fd52a9f8669aa4ea5875de26 | 221 | [
-1
] |
240 | AssemblyX64F.md | whily_yalo/doc/AssemblyX64F.md | x86-64 Instruction Set F
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) F
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 520 | Common Lisp | .l | 11 | 46.090909 | 62 | 0.708087 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 73d25617c1be1b46fad86d8634d692c046c83e2d1e99505cfe16f57dda6ea971 | 240 | [
-1
] |
241 | AssemblyX64M.md | whily_yalo/doc/AssemblyX64M.md | x86-64 Instruction Set M
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) M [N](AssemblyX64N.md)
[O... | 2,161 | Common Lisp | .l | 58 | 36.068966 | 62 | 0.508126 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 9df949ed9e65abf746cbca14ddbc7664767654c5748f781574a8eded4d87f329 | 241 | [
-1
] |
242 | AssemblyX64T.md | whily_yalo/doc/AssemblyX64T.md | x86-64 Instruction Set T
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 1,158 | Common Lisp | .l | 26 | 43.384615 | 69 | 0.587766 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 5803df0033f766882c6ddf69fe8d32320f8e2e9884e38d224f666944edac2c84 | 242 | [
-1
] |
243 | AssemblyX64N.md | whily_yalo/doc/AssemblyX64N.md | x86-64 Instruction Set N
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) N
[O... | 1,202 | Common Lisp | .l | 30 | 38.766667 | 82 | 0.596733 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 1af76a7d4b505ccf4d304d513ca76f5d8b60b6427c58187ca2e43c742723ad77 | 243 | [
-1
] |
244 | AssemblyX64S.md | whily_yalo/doc/AssemblyX64S.md | x86-64 Instruction Set S
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 2,353 | Common Lisp | .l | 60 | 37.866667 | 86 | 0.560299 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 325da5a37712f2a5ba51185980d1f11d9416f84a85b29c52449c0ca480311d64 | 244 | [
-1
] |
245 | AssemblyX64J.md | whily_yalo/doc/AssemblyX64J.md | x86-64 Instruction Set J
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) J
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 1,142 | Common Lisp | .l | 26 | 42.692308 | 64 | 0.547748 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | ae3f91bf8985c78f63afd940d509cb1ee1efacc2401cd61d5f420f90a5f87656 | 245 | [
-1
] |
246 | AssemblyX64H.md | whily_yalo/doc/AssemblyX64H.md | x86-64 Instruction Set H
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
H [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 604 | Common Lisp | .l | 15 | 39.066667 | 62 | 0.643345 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | fc1fa71d8a43f3af423b93620a1455688604240b058c68804bf70ea6ba86ce97 | 246 | [
-1
] |
247 | CrossCompilation.md | whily_yalo/doc/CrossCompilation.md | Cross Compilation
=================
# Plan
Below is the initial thinking on the plan to cross compile and
bootstrap Yalo.
## Cross compile the minimal bootloader and Ink interpreter
The milestone of this stage is to generate a minimal bootloader (OS is
far away) which finally runs an Ink interpreter.
* Input: a mi... | 966 | Common Lisp | .l | 19 | 49.157895 | 70 | 0.795527 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 27d820ec1d1bceb207e9af3d24741d351f09b7881982ba96e03927e7e7ddc7f2 | 247 | [
-1
] |
248 | AssemblyX64P.md | whily_yalo/doc/AssemblyX64P.md | x86-64 Instruction Set P
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 1,391 | Common Lisp | .l | 39 | 34.487179 | 62 | 0.515242 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 6b73dc0af800371a0c9e01043f279b38989f9e9220afd37c23d81a48e119f0bd | 248 | [
-1
] |
249 | AssemblyX64X.md | whily_yalo/doc/AssemblyX64X.md | x86-64 Instruction Set X
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 1,591 | Common Lisp | .l | 39 | 39.589744 | 82 | 0.608808 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | b995552221861da1801648f4693f3100b6e1dc010f0bb4b9983bbfe7a0afca97 | 249 | [
-1
] |
250 | AssemblyX64O.md | whily_yalo/doc/AssemblyX64O.md | x86-64 Instruction Set O
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 799 | Common Lisp | .l | 19 | 40.789474 | 82 | 0.663226 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | f88ca5e27462317a3a42d9989b0414a2bc675e5685ecd6a23031faafee82c4e8 | 250 | [
-1
] |
251 | AssemblyX64I.md | whily_yalo/doc/AssemblyX64I.md | x86-64 Instruction Set I
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) I [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 1,314 | Common Lisp | .l | 39 | 32.410256 | 62 | 0.543513 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 4ab4b2b198f5aea4fcdf8c5e9adbf111400a07941563dcf7ac6ff2574c677887 | 251 | [
-1
] |
252 | AssemblyX64Bit.md | whily_yalo/doc/AssemblyX64Bit.md | x86-64 Bit Instruction
=============================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64B.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [... | 1,514 | Common Lisp | .l | 33 | 44.666667 | 68 | 0.562415 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 3a7ff5ca01fcdc86e17c3885a6fbe06c9fe53ee6e98a2e55dab0ce28cde3fab0 | 252 | [
-1
] |
253 | AssemblyX64W.md | whily_yalo/doc/AssemblyX64W.md | x86-64 Instruction Set W
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 628 | Common Lisp | .l | 14 | 43.642857 | 62 | 0.666121 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 3b04aa3091b2f5fa69bb230e1c629410234ee01e9568a7737f3525d237c8d484 | 253 | [
-1
] |
254 | AssemblyX64C.md | whily_yalo/doc/AssemblyX64C.md | x86-64 Instruction Set C
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) C
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 1,914 | Common Lisp | .l | 48 | 38.520833 | 86 | 0.55219 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 9bef4c515ca02df2cbdede675512550b74ce385c717622135fe45ea9aab01030 | 254 | [
-1
] |
255 | AssemblyX64Arith.md | whily_yalo/doc/AssemblyX64Arith.md | x86-64 Arithmetic Instruction
=============================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64B.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64... | 2,399 | Common Lisp | .l | 54 | 43.296296 | 68 | 0.505988 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 2ea88eb5b33b4cacc9b4cb528f9fd729b92dfd795eda2294eb863ed4a89717b9 | 255 | [
-1
] |
256 | AssemblyX64A.md | whily_yalo/doc/AssemblyX64A.md | x86-64 Instruction Set A
========================
[Assembly syntax](AssemblyX64.md)
A [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 820 | Common Lisp | .l | 16 | 49.8125 | 82 | 0.735257 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | dec1b3b7fa3ef1ca34d9ec71043049d3f71f2e0b183e00aa8fbf40e24d0f133a | 256 | [
-1
] |
257 | AssemblyX64B.md | whily_yalo/doc/AssemblyX64B.md | x86-64 Instruction Set B
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) B [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 1,476 | Common Lisp | .l | 35 | 40.742857 | 73 | 0.622721 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 362a8b977b09f380b378be1f53e8e8cb1cce1e907697911d24e8c645dd4ba5d8 | 257 | [
-1
] |
258 | AssemblyX64U.md | whily_yalo/doc/AssemblyX64U.md | x86-64 Instruction Set U
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 520 | Common Lisp | .l | 11 | 46.090909 | 62 | 0.708087 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | e0aefdfdbcc80380ae5ed20b07c7b5feb8083c77b31b8c799a0a6092c2e1cded | 258 | [
-1
] |
259 | AssemblyX64R.md | whily_yalo/doc/AssemblyX64R.md | x86-64 Instruction Set R
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 938 | Common Lisp | .l | 26 | 34.692308 | 62 | 0.626386 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 98389d9f86ef35bcd31fbf6f987ac50aa55bf61a02c104ee46d1eb35eedf302e | 259 | [
-1
] |
260 | AssemblyX64D.md | whily_yalo/doc/AssemblyX64D.md | x86-64 Instruction Set D
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
D [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 980 | Common Lisp | .l | 26 | 36.5 | 62 | 0.564805 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 79bb24b9a2c43145868fe41a2ae4e1b56a9c20b40c9a843f03511633a32fffc6 | 260 | [
-1
] |
261 | AssemblyX64V.md | whily_yalo/doc/AssemblyX64V.md | x86-64 Instruction Set V
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](... | 520 | Common Lisp | .l | 11 | 46.090909 | 62 | 0.708087 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 870d419425600c80b89f52bd4e0ebc7f95593b4c0f3e4f6cc07ae4551bafac55 | 261 | [
-1
] |
262 | AssemblyX64.md | whily_yalo/doc/AssemblyX64.md | Assembly syntax used by CL cross compiler and Ink
=================================================
# Introduction
Lisp Assembly Program (LAP) uses list structure to contain assembly
code. Basically, atoms represent labels while lists represent (pseudo)
instructions. Local labels (starting with a period) are also sup... | 12,163 | Common Lisp | .l | 190 | 62.657895 | 276 | 0.611088 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | f7210ae35887efe484f7fc3e9302d2717358c87acf3cdfd427b3589f587a9439 | 262 | [
-1
] |
263 | AssemblyX64L.md | whily_yalo/doc/AssemblyX64L.md | x86-64 Instruction Set L
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) [E](AssemblyX64E.md) [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
L [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 1,120 | Common Lisp | .l | 31 | 34.806452 | 62 | 0.577386 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 45e24cd370e08b6ddd85aedf1a0927c350ae90778be3c0559cafdf59a72639e0 | 263 | [
-1
] |
264 | AssemblyX64E.md | whily_yalo/doc/AssemblyX64E.md | x86-64 Instruction Set E
========================
[Assembly syntax](AssemblyX64.md)
[A](AssemblyX64A.md) [B](AssemblyX64B.md) [C](AssemblyX64C.md)
[D](AssemblyX64D.md) E [F](AssemblyX64F.md)
[H](AssemblyX64H.md) [I](AssemblyX64I.md) [J](AssemblyX64J.md)
[L](AssemblyX64L.md) [M](AssemblyX64M.md) [N](AssemblyX64N.md)
[O... | 520 | Common Lisp | .l | 11 | 46.090909 | 62 | 0.708087 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 90b19355e15787a9725dcbb67c897ede0464a4a7f04bc583a770bd26d6d080f3 | 264 | [
-1
] |
265 | build-bochs | whily_yalo/scripts/build-bochs | #!/usr/bin/env bash
# Run the script in the root directory of bochs source.
# Based on
# https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/bochs
# https://wiki.osdev.org/Bochs#Compiling_Bochs_from_Source
sed -i 's/2\.6\*|3\.\*)/2.6*|3.*|4.*)/' configure*
./configure \
--prefi... | 1,088 | Common Lisp | .l | 34 | 25 | 89 | 0.566667 | whily/yalo | 571 | 32 | 1 | GPL-2.0 | 9/19/2024, 11:24:32 AM (Europe/Amsterdam) | 111ac479621cd202ecd2b9e24b36a53d689ef4aefd0311670c6ab4e9ce964efe | 265 | [
-1
] |
280 | ppu.lisp | samanthadoran_potential-disco/ppu.lisp | ;; Almost all of my understanding of the PPU comes from..
;; The nesdev wiki
;; Sprocket-NES
;; Fogleman's NES
;; Famiclom
;; As such, this is basically a translation of https://github.com/fogleman/nes/blob/master/nes/ppu.go
;; Hopefully, I can eventually gain a better understanding
(defpackage #:NES-ppu
(:nickn... | 24,088 | Common Lisp | .lisp | 677 | 29.51551 | 101 | 0.58303 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 51c2c19fbaaa9c275cda561757a7aa10a6dfa9fa5a8fd4c5417e3fdd70425486 | 280 | [
-1
] |
281 | cartridge.lisp | samanthadoran_potential-disco/cartridge.lisp | (defpackage #:NES-cartridge
(:nicknames #:nes-cart)
(:use :cl)
(:export #:load-cartridge #:make-cartridge #:cartridge-prg-rom
#:cartridge-prg-ram #:cartridge-chr-rom #:cartridge-chr-ram
#:cartridge-mirror))
(in-package :NES-cartridge)
(defconstant prg-size #x4000)
(defconstant chr-size #x20... | 3,120 | Common Lisp | .lisp | 89 | 27.674157 | 85 | 0.59154 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 546b8b051544a9f780e529d76e4b56fddbcb38430594ebc646a8dd426f541ccd | 281 | [
-1
] |
282 | mmu.lisp | samanthadoran_potential-disco/mmu.lisp | (in-package :NES-console)
(declaim (optimize (speed 3) (safety 1)))
(defun mirror-address (mode addr)
(declare ((unsigned-byte 16) addr) ((unsigned-byte 8) mode))
(let* ((address (mod (- addr #x2000) #x1000))
(table (floor address #x0400))
(offset (mod address #x0400)))
(declare ((unsigned-byt... | 5,985 | Common Lisp | .lisp | 114 | 44.973684 | 156 | 0.602836 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 2b3045928c7477e562219e51a3023ef9ce282f97539213ba1777d5c2cf0113b3 | 282 | [
-1
] |
283 | console.lisp | samanthadoran_potential-disco/console.lisp | (defpackage #:NES-console
(:nicknames #:nes)
(:use :cl :6502-cpu :NES-cartridge :NES-ppu :NES-controller)
(:export #:make-nes #:console-on #:nes-cpu #:nes-ppu #:nes-cart #:step-nes
#:step-frame #:setup-and-emulate #:render-nes #:read-rom))
(in-package :NES-console)
(declaim (optimize (speed 3) (safety... | 3,757 | Common Lisp | .lisp | 94 | 32.446809 | 120 | 0.59688 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | f43e6799637fa170656b74b43612adc825666f745dba45d74c1e3804989868e5 | 283 | [
-1
] |
284 | cpu.lisp | samanthadoran_potential-disco/cpu.lisp | (defpackage #:6502-cpu
(:nicknames #:cpu)
(:use :cl)
(:export #:make-cpu #:reset #:power-on #:cpu-cycles #:cpu-accumulator #:cpu-pc
#:cpu-memory #:step-pc #:fetch #:step-cpu #:make-instruction
#:cpu-memory-get #:cpu-memory-set #:to-signed-byte-8 #:read-cpu
#:trigger-nmi-callback #... | 15,851 | Common Lisp | .lisp | 455 | 29.068132 | 87 | 0.594023 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | f6a89fb441704612c4d333070707caa3e23fa170f4b8b511f2a8f3a200c05db1 | 284 | [
-1
] |
285 | controller.lisp | samanthadoran_potential-disco/controller.lisp | (defpackage #:NES-controller
(:nicknames #:controller)
(:use #:cl)
(:export #:make-controller
#:read-controller
#:write-controller
#:update-controller
#:controller
#:controller-buttons-callback
#:*keymap*
#:get-buttons))
(in-package :NE... | 2,083 | Common Lisp | .lisp | 55 | 32.636364 | 118 | 0.63236 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | b99a9d19c589eb9ca36fb5699edfbf7c6c25fa99387153196ec47519255e6256 | 285 | [
-1
] |
286 | flagops.lisp | samanthadoran_potential-disco/instructions/flagops.lisp | (in-package :6502-cpu)
(declaim (optimize (speed 3) (safety 1)))
(defun sei (c inst)
(declare (cpu c) (instruction inst) (ignore inst))
"SEI: set interrupt flag"
(setf (flags-interrupt (cpu-sr c)) T))
(defun sec (c inst)
(declare (cpu c) (instruction inst) (ignore inst))
"SEC: set carry flag"
(setf (flags-... | 890 | Common Lisp | .lisp | 26 | 31.653846 | 52 | 0.668219 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 1715aece5c80c28e0f4d85c3cc2527224ea33c709f1d71a4cfb6416a78c93d4c | 286 | [
-1
] |
287 | arithmeticops.lisp | samanthadoran_potential-disco/instructions/arithmeticops.lisp | (in-package :6502-cpu)
(declaim (optimize (speed 3) (safety 1)))
(defun nop (c inst)
(declare (cpu c) (instruction inst) (ignore c inst)))
(defun adc (c inst)
(declare (cpu c) (instruction inst))
(let* ((a (cpu-accumulator c))
(b (get-value c inst))
(carry (if (flags-carry (cpu-sr c)) 1 0))
... | 6,219 | Common Lisp | .lisp | 150 | 36.866667 | 99 | 0.610789 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 2d9d9b512329e950a353b9ebac61a13e63b59e3e0324e7cf15f4d459e0452084 | 287 | [
-1
] |
288 | branchops.lisp | samanthadoran_potential-disco/instructions/branchops.lisp | (in-package :6502-cpu)
(declaim (optimize (speed 3) (safety 1)))
(defun brk (c inst)
(declare (cpu c) (instruction inst) (ignore inst))
"BRK: cause nmi"
(push16 c (wrap-word (1+ (cpu-pc c))))
(php c nil)
(sei c nil)
(setf (cpu-pc c) (read16 c #xFFFE nil)))
(defun rti (c inst)
(declare (cpu c) (instructio... | 2,922 | Common Lisp | .lisp | 77 | 34.558442 | 73 | 0.642529 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 8175a2bed1443515d65b13fe2c7f772bc1a720147456b5b7b6975e5e4322840d | 288 | [
-1
] |
289 | instructions.lisp | samanthadoran_potential-disco/instructions/instructions.lisp | (in-package :6502-cpu)
(setf (gethash #x00 instructions) #'brk)
(setf (gethash #x01 instructions) #'ora)
(setf (gethash #x02 instructions) #'asl)
(setf (gethash #x08 instructions) #'php)
(setf (gethash #x10 instructions) #'bpl)
(setf (gethash #x18 instructions) #'clc)
(setf (gethash #x20 instructions) #'jsr)
(setf (ge... | 2,394 | Common Lisp | .lisp | 58 | 40.258621 | 49 | 0.727195 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 3a7fbce752a550e7105a3a2a05e784c2f6c0d5f133e760d1571a1643934d3e69 | 289 | [
-1
] |
290 | loadstoreops.lisp | samanthadoran_potential-disco/instructions/loadstoreops.lisp | (in-package :6502-cpu)
(declaim (optimize (speed 3) (safety 1)))
(defun ldy (c inst)
(declare (cpu c) (instruction inst))
"LDY. Load value to y"
(set-zn c (setf (cpu-y c) (get-value c inst))))
(defun lda (c inst)
(declare (cpu c) (instruction inst))
"LDA. Load value to accumulator"
(set-zn c (setf (cpu-ac... | 2,293 | Common Lisp | .lisp | 59 | 36.20339 | 88 | 0.662308 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | ac690e7946a8c823923715195b257c0b19a73d7750c9325403006a731209f241 | 290 | [
-1
] |
291 | console.asd | samanthadoran_potential-disco/console.asd | (in-package #:asdf-user)
(defsystem #:console
:depends-on (#:sdl2)
:components ((:file "cpu")
(:file "console" :depends-on ("cpu" "cartridge" "ppu" "controller"))
(:file "mmu" :depends-on ("controller" "console"))
(:file "ppu")
(:file "controller")
... | 599 | Common Lisp | .asd | 14 | 30.714286 | 83 | 0.527397 | samanthadoran/potential-disco | 233 | 19 | 1 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | ae338b2ebb1344f99e854079ef267776e977fe02675c8d78c636146e553cb039 | 291 | [
-1
] |
319 | gdk-pixbuf2.lisp | bohonghuang_cl-gtk4/gdk-pixbuf2.lisp | (cl:defpackage gdk-pixbuf2
(:use)
(:nicknames #:gdk-pixbuf)
(:export #:*ns*))
(in-package #:gdk-pixbuf2)
(gir-wrapper:define-gir-namespace "GdkPixbuf" "2.0")
| 166 | Common Lisp | .lisp | 6 | 25.333333 | 52 | 0.689873 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 2c448611eb994dda0bf1d7fd90950698f7a163dbbb4bf35e49731de455bc02ef | 319 | [
-1
] |
320 | webkit.lisp | bohonghuang_cl-gtk4/webkit.lisp | ;;;; webkit.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) any lat... | 910 | Common Lisp | .lisp | 21 | 41.857143 | 80 | 0.724294 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | b93a582a82eafe11f53e5ddd1d93f119fe2797dcb4774bdb21cfe92d511b6105 | 320 | [
-1
] |
321 | sourceview.lisp | bohonghuang_cl-gtk4/sourceview.lisp | ;;;; sourceview.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) any... | 927 | Common Lisp | .lisp | 21 | 42.666667 | 80 | 0.731707 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | fc78cbdf78f9a793f63a0b6b8a744b6867111d79cf0284056944830611914968 | 321 | [
-1
] |
322 | gtk4.lisp | bohonghuang_cl-gtk4/gtk4.lisp | ;;;; gtk4.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) any later... | 10,211 | Common Lisp | .lisp | 193 | 42.963731 | 142 | 0.631621 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 8688bc0eadc3ec4ef1ce5524d727d0fa91fdf9dfb619b9083ced96b50ba01834 | 322 | [
-1
] |
323 | gdk4.lisp | bohonghuang_cl-gtk4/gdk4.lisp | ;;;; gdk4.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) any later... | 35,384 | Common Lisp | .lisp | 375 | 52.234667 | 114 | 0.260385 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 9951cc2620c477512204ae2310e2ac80f3bd82d478cf6f0605bfb5a3ca754862 | 323 | [
-1
] |
324 | adw.lisp | bohonghuang_cl-gtk4/adw.lisp | ;;;; adw.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) any later ... | 1,099 | Common Lisp | .lisp | 24 | 44.208333 | 80 | 0.72217 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 8dd5956aaeee8b80862b7b878b078c52aed817e3ad971bac7ee3b23e9021d9ea | 324 | [
-1
] |
325 | webkit.lisp | bohonghuang_cl-gtk4/examples/webkit.lisp | ;;;; examples/webkit.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option... | 6,577 | Common Lisp | .lisp | 105 | 40.542857 | 129 | 0.489157 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | ba819e1c80bb2b7d72d4f7eb402af5ea5336457b614bcc04a8e08f40be132bc7 | 325 | [
-1
] |
326 | sourceview.lisp | bohonghuang_cl-gtk4/examples/sourceview.lisp | ;;;; examples/sourceview.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your op... | 3,135 | Common Lisp | .lisp | 54 | 46.740741 | 116 | 0.623537 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 23930bd9d076bed7c5b0ccb93c49472d5616b0b22533447ba46c73fdd56e57e5 | 326 | [
-1
] |
327 | gdk4-cairo.lisp | bohonghuang_cl-gtk4/examples/gdk4-cairo.lisp | ;;;; examples/gdk4-cairo.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your op... | 5,364 | Common Lisp | .lisp | 110 | 36.109091 | 97 | 0.542143 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | c5bedb265711ea08ab4c5b0269531e58a6715ebd5718031c8ab75ccdd81e2140 | 327 | [
-1
] |
328 | gtk4.lisp | bohonghuang_cl-gtk4/examples/gtk4.lisp | ;;;; examples/gtk4.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) ... | 13,816 | Common Lisp | .lisp | 239 | 41.866109 | 203 | 0.547284 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | af88a110044c836827e0420f86f3394c133ba3045f9bae6fac172afdb43c0d39 | 328 | [
-1
] |
329 | gdk4.lisp | bohonghuang_cl-gtk4/examples/gdk4.lisp | ;;;; examples/gdk4.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) ... | 2,690 | Common Lisp | .lisp | 46 | 43.543478 | 138 | 0.55947 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | d80bcbd16c9ccba86ab3062334a5f8609c0d08778808191379a94892b8618185 | 329 | [
-1
] |
330 | adw.lisp | bohonghuang_cl-gtk4/examples/adw.lisp | ;;;; examples/adw.lisp
;;;; Copyright (C) 2022-2023 Bohong Huang
;;;;
;;;; This program is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU Lesser General Public License as published by
;;;; the Free Software Foundation, either version 3 of the License, or
;;;; (at your option) a... | 5,258 | Common Lisp | .lisp | 96 | 38.0625 | 142 | 0.526081 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 0d358dbe9571187400cb8fe2e00a5bd9d2efb48cc22fb612df515dead71866f0 | 330 | [
-1
] |
331 | cl-gtk4.webkit.asd | bohonghuang_cl-gtk4/cl-gtk4.webkit.asd | (defsystem cl-gtk4.webkit
:version "1.0.0"
:author "Bohong Huang <1281299809@qq.com>"
:maintainer "Bohong Huang <1281299809@qq.com>"
:license "LGPLv3"
:description "WebKitGTK bindings for Common Lisp."
:homepage "https://github.com/bohonghuang/cl-gtk4"
:bug-tracker "https://github.com/bohonghuang/cl-gtk4/... | 1,030 | Common Lisp | .asd | 27 | 33.62963 | 75 | 0.683317 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | fb3628600b5cb535b5917f2fac0bf178d4976eb6d8bda3df4f6820f10a8f4554 | 331 | [
-1
] |
332 | cl-gtk4.sourceview.asd | bohonghuang_cl-gtk4/cl-gtk4.sourceview.asd | (defsystem cl-gtk4.sourceview
:version "1.0.0"
:author "Bohong Huang <1281299809@qq.com>"
:maintainer "Bohong Huang <1281299809@qq.com>"
:license "LGPLv3"
:description "GtkSourceView bindings for Common Lisp."
:homepage "https://github.com/bohonghuang/cl-gtk4"
:bug-tracker "https://github.com/bohonghuang/... | 1,067 | Common Lisp | .asd | 27 | 35 | 76 | 0.695568 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | b2d05c5c7f48695307b9c524724b9648b70e008cb4142feed5f450632e105de1 | 332 | [
-1
] |
333 | cl-gdk4.asd | bohonghuang_cl-gtk4/cl-gdk4.asd | #+sbcl
(eval-when (:compile-toplevel :load-toplevel :execute)
(sb-int:set-floating-point-modes :traps nil))
(defsystem cl-gdk4
:version "1.0.0"
:author "Bohong Huang <1281299809@qq.com>"
:maintainer "Bohong Huang <1281299809@qq.com>"
:license "LGPLv3"
:description "GDK4 bindings for Common Lisp."
:homepa... | 1,531 | Common Lisp | .asd | 39 | 33.358974 | 76 | 0.646743 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 9b32082df3b70bd1382bd409fc6cfaa53751c936c7f1bfbbfb8ee490cada8961 | 333 | [
-1
] |
334 | cl-gtk4.asd | bohonghuang_cl-gtk4/cl-gtk4.asd | (defsystem cl-gtk4
:version "1.0.0"
:author "Bohong Huang <1281299809@qq.com>"
:maintainer "Bohong Huang <1281299809@qq.com>"
:license "LGPLv3"
:description "GTK4 bindings for Common Lisp."
:homepage "https://github.com/bohonghuang/cl-gtk4"
:bug-tracker "https://github.com/bohonghuang/cl-gtk4/issues"
:s... | 1,204 | Common Lisp | .asd | 30 | 35.1 | 93 | 0.665243 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 455f407b967a0392d7a54644a1eeb9ac10f650244a107bd09a33b0264f8b16f4 | 334 | [
-1
] |
335 | cl-gtk4.adw.asd | bohonghuang_cl-gtk4/cl-gtk4.adw.asd | (defsystem cl-gtk4.adw
:version "1.0.0"
:author "Bohong Huang <1281299809@qq.com>"
:maintainer "Bohong Huang <1281299809@qq.com>"
:license "LGPLv3"
:description "Libadwaita bindings for Common Lisp."
:homepage "https://github.com/bohonghuang/cl-gtk4"
:bug-tracker "https://github.com/bohonghuang/cl-gtk4/is... | 1,059 | Common Lisp | .asd | 28 | 33.071429 | 70 | 0.6793 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | f732e7388d1237d9261ecc3fedf53e736d84ae1c3ce558d246a58e36b66c7b52 | 335 | [
-1
] |
352 | example-ui-file.ui | bohonghuang_cl-gtk4/examples/example-ui-file.ui | <?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.12.1 -->
<interface>
<!-- interface-name hellobuilder.ui -->
<requires lib="gtk" version="4.10"/>
<object class="GtkApplicationWindow" id="window">
<property name="title">UI File Example</property>
<child>
<object class="GtkBox">
... | 1,011 | Common Lisp | .l | 28 | 28.535714 | 96 | 0.591048 | bohonghuang/cl-gtk4 | 213 | 9 | 23 | LGPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 6f3f7f0ce7405a389c1892ca0bbb245a21e8132ee545e115a6d910db3c7d7eb0 | 352 | [
-1
] |
369 | cl-dino.lisp | VitoVan_cl-dino/cl-dino.lisp | (eval-when (:compile-toplevel :load-toplevel :execute)
#-clautogui
(load "cl-autogui.lisp")
#-clppcre
(ql:quickload 'cl-ppcre))
(defpackage #:cl-dino
(:use #:common-lisp #:cl-autogui)
(:export #:dino-jump
#:dino-play))
(in-package #:cl-dino)
;; === These keycode values should be changed accord... | 5,795 | Common Lisp | .lisp | 144 | 33.458333 | 112 | 0.591652 | VitoVan/cl-dino | 213 | 11 | 0 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 41a5ad38b6becade78dbd1dafe18085b19f014726cded6f01d87ff7d48144d1f | 369 | [
-1
] |
370 | cl-autogui.lisp | VitoVan_cl-dino/cl-autogui.lisp | (eval-when (:compile-toplevel :load-toplevel :execute)
#-clx
(ql:quickload 'clx)
#-zpng
(ql:quickload 'zpng))
(defpackage #:cl-autogui
(:use #:common-lisp #:xlib)
(:export #:x-position
#:x-size
#:x-position
#:x-move
#:x-mouse-down
#:x-mouse-up
... | 7,070 | Common Lisp | .lisp | 189 | 27.78836 | 88 | 0.533839 | VitoVan/cl-dino | 213 | 11 | 0 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 55bd63a39effcb63c79a349db6d970b238f37e7fa5ccc1fcf636dd6b4a4cb10a | 370 | [
-1
] |
374 | FUNDING.yml | VitoVan_cl-dino/.github/FUNDING.yml | # These are supported funding model platforms
github: VitoVan # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Repla... | 811 | Common Lisp | .l | 12 | 66.5 | 93 | 0.793233 | VitoVan/cl-dino | 213 | 11 | 0 | GPL-3.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 87b75b14538c0d5aedd5bc1570ae5ebb5df3bbcb5f36c48f587a85ed61e610e4 | 374 | [
-1
] |
389 | bootstrap.lisp | joinr_clclojure/bootstrap.lisp | ;;This is the basis for bootstrapping clojure onto common lisp.
;;I figure if I can define the primitive forms that clojure requires,
;;there's already a ton of clojure written in clojure. The clojurescript
;;runtime actually has a significant portion of clojure defined via protocols,
;;which given limited forms,... | 56,765 | Common Lisp | .lisp | 1,383 | 33.946493 | 226 | 0.547741 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | cd6f7c74a90697c281c0d956ee7e5790e08106542cfa99533785f7947b44ae81 | 389 | [
-1
] |
390 | literals.lisp | joinr_clclojure/literals.lisp | (defpackage clclojure.literals
(:use :common-lisp
:clclojure.eval
:clclojure.pvector
:clclojure.cowmap))
(in-package :clclojure.literals)
;;Data Literal Eval Semantics
(EVAL-WHEN (:compile-toplevel :load-toplevel :execute)
(clclojure.eval:enable-custom-eval)
;;(eval [x y z]) => (vector (e... | 2,912 | Common Lisp | .lisp | 62 | 39.080645 | 90 | 0.613701 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 0dcc708ccd11ce141f4e0d76d7063a655a4e7abd1193400c48f1bc8a7d567fda | 390 | [
-1
] |
391 | cowmap.lisp | joinr_clclojure/cowmap.lisp | ;;A lame copy-on-write implementation of persistent maps
;;useful for bootstrapping.
;;Notably, none of the operations on these guys are
;;lazy. Uses copies for otherwise destructive operations.
;;Wraps a mutable hashtable.
(defpackage :clclojure.cowmap
(:use :common-lisp)
(:export :persistent-map
:empty-map?... | 2,656 | Common Lisp | .lisp | 77 | 29.558442 | 73 | 0.655603 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | a8814a7ba82bda8d3f3f15f498c7db863da358652d58e8434aa5dc921f013456 | 391 | [
-1
] |
392 | eval.lisp | joinr_clclojure/eval.lisp | (defpackage :clclojure.eval
(:use :common-lisp :cl-package-locks :common-utils :clclojure.walk )
(:import-from :clclojure.reader :quoted-data-literal)
(:export :custom-eval :custom-eval-in-lexenv :let-expr :let-expr? :noisy-expand :custom-eval-bindings
:custom-eval? :enable-custom-eval :disable-custom-eval :li... | 19,410 | Common Lisp | .lisp | 409 | 32.735941 | 123 | 0.514135 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 9edee9966815edbe06325fb970f8002ae59bc00a56f1c6003524f3d41d66fad4 | 392 | [
-1
] |
393 | symbols.lisp | joinr_clclojure/symbols.lisp | ;;beginnings of custom symbol tables...
;;symbols have different behavior in
;;CL and CLJ. We need to
(defpackage :clclojure.symbols
(:use :common-lisp :clclojure.base)
(:shadowing-import-from :clclojure.base
:deftype :let))
(in-package :clclojure.symbols)
(defstruct cljsymbol namespace name)
(defun ->symbo... | 727 | Common Lisp | .lisp | 18 | 38.388889 | 71 | 0.762108 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 58496c9d420bb98184ba47ef0d539abcb1a21ee3042cee78b29ffb58cd04a875 | 393 | [
-1
] |
394 | lexical.lisp | joinr_clclojure/lexical.lisp | ;;Defining lexically scoped, unified variables and
;;functions with keyword access.
(defpackage :clclojure.lexical
(:use :common-lisp :clclojure.keywordfunc
:common-utils)
(:export :unified-let*))
(in-package :clclojure.lexical)
;;if the arg can be construed as a function,
;;the lexical symbol should be unifi... | 7,522 | Common Lisp | .lisp | 147 | 44.428571 | 96 | 0.571759 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 1b6f7727c7454fe6c502ef4856a7ebd40b208cb443b71d7c3252000dfbf6d051 | 394 | [
-1
] |
395 | walk.lisp | joinr_clclojure/walk.lisp | ;;a simple code walking package based off clojure.walk, with
;;severe limitations.
(defpackage :clclojure.walk
(:use :common-lisp :common-utils)
(:export :walk :prewalk :postwalk :prewalk-replace :postwalk-replace) ;:loop :defmacro
)
(in-package :clclojure.walk)
;; "Traverses form, an arbitrary data structure. ... | 1,482 | Common Lisp | .lisp | 34 | 39.264706 | 88 | 0.661346 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 0d27ef2274eb6f3ac5d60f57517bca4896f58d78bc7b991907bddb9d0f31e2ba | 395 | [
-1
] |
396 | reader.lisp | joinr_clclojure/reader.lisp | ;;A package for defining read table extensions
;;for clojure data structures.
;;Pending..................
(defpackage :clclojure.reader
(:shadowing-import-from :sequences :first :second :cons :apply :map :filter :rest :reduce :flatten)
(:use :common-lisp :common-utils :named-readtables :clclojure.pvector ... | 11,115 | Common Lisp | .lisp | 248 | 35.439516 | 102 | 0.556406 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | adee11e9e6a04b77b8cb55b9c2db1b5ca6edb0eb2d10b52962fae313f1c496c1 | 396 | [
-1
] |
397 | pmap.lisp | joinr_clclojure/pmap.lisp | ;This is an implementation of Clojure's
;persistent map for Common Lisp.
(defpackage :clclojure.pmap
(:use :common-lisp)
(:export :persistent-map
:empty-map?
:pmap-count
:pmap-map
:pmap-reduce)
(:shadow :assoc
:find))
; :pmap-chunks
; :pmap-element-type
; :pmap-assoc
;... | 18,846 | Common Lisp | .lisp | 424 | 39.240566 | 99 | 0.660306 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 790c10040511193e4efd0d4df8a3199bcc94ed87f8e4e18a89f62e1ab3f84d55 | 397 | [
-1
] |
398 | protocols.lisp | joinr_clclojure/protocols.lisp | ;;a simple implementation of clojure protocols, and deftype.
;;this will help with building libraries, particularly
;;the seq libraries.
;;If we can bolt on a few fundamental operations, we can take
;;advantage of the bulk of the excellent bootstrapped clojure
;;defined in the clojurescript compiler.
(defp... | 23,685 | Common Lisp | .lisp | 554 | 35.893502 | 108 | 0.616449 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | f51fb3fd6c63d7d6d83ca790095b122ac7b2c593dcb7387cb723547528c3627a | 398 | [
-1
] |
399 | keywordfunc.lisp | joinr_clclojure/keywordfunc.lisp | ;;This is a legacy implementation of keywords-as-functions.
;;We'll probably revisit this.
(defpackage :clclojure.keywordfunc
(:use :common-lisp ;:clclojure.base
:common-utils)
(:export :keyfn? :key-accessor :->keyaccess :keyaccess-func :keyaccess-key :with-keyfn))
(in-package :clclojure.keywordfunc)
(d... | 2,754 | Common Lisp | .lisp | 73 | 33.356164 | 90 | 0.643393 | joinr/clclojure | 224 | 8 | 4 | EPL-1.0 | 9/19/2024, 11:25:15 AM (Europe/Amsterdam) | 82455cf12a277468300d1b93addcf6cce21cc4643ee0d770cde0d17a9d1e654b | 399 | [
-1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.