代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/408246/2253136
lisp insts.lisp
;;;; the instruction set definition for the PPC
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system
www.eeworm.com/read/408246/2253137
lisp debug.lisp
;;;; PPC compiler support for the debugger
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, whi
www.eeworm.com/read/408246/2253138
lisp memory.lisp
;;;; the PPC definitions of some general purpose memory reference VOPs
;;;; inherited by basic memory reference operations
;;;; This software is part of the SBCL system. See the README file for
;;;;
www.eeworm.com/read/408246/2253139
lisp char.lisp
;;;; the PPC VM definition of character operations
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sys
www.eeworm.com/read/408246/2253141
lisp call.lisp
;;;; the VM definition of function call for the PPC
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sy
www.eeworm.com/read/408246/2253142
lisp alloc.lisp
;;;; allocation VOPs for the PPC
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;
www.eeworm.com/read/402216/2327310
txt lisp.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
NUMBER = 2
KEYWORD = 3
KEYWORD_KW = 4
SYMBOL = 5
STRING = 6
STRINGEOL = 8
IDENTIFIER = 9
OPERATOR = 10
SPECIAL = 11
MULTI_COMMENT = 12
www.eeworm.com/read/292797/8332372
test lisp.test
#! /bin/sh
# Test to make sure lisp handling works.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am foo.el
: > elis
www.eeworm.com/read/292797/8332741
am lisp.am
## automake - create Makefile.in from Makefile.am
## Copyright (C) 1996, 1998 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the te