代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/297260/8034580
c lisp.c
/*
* $Id: lisp.c,v 1.3 2006/05/30 04:37:12 darren Exp $
*
* Copyright (c) 2000-2002, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General
www.eeworm.com/read/247267/12670002
c lisp.c
/*
* $Id: lisp.c,v 1.2 2002/02/17 06:04:32 darren Exp $
*
* Copyright (c) 2000-2002, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General
www.eeworm.com/read/243682/12924938
txt lisp.txt
/L20"LISP" Line Comment = ; Block Comment On = #| Block Comment Off = |# String Chars = " File Extensions = lsp LSP
/Delimiters = ~!@%^&()|{}[];"' , .?
/Function String = "%[a-zA-Z_]*)[~;]"
/C1"for
www.eeworm.com/read/131315/5939600
el lisp.el
;; Lisp editing commands for Emacs
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
www.eeworm.com/read/131315/5939674
h lisp.h
/* Fundamental definitions for GNU Emacs Lisp interpreter.
Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can redist
www.eeworm.com/read/131315/5944927
c lisp.c
/*
* Copyright (c) 1987, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/101082/6246853
1 lisp.1
.\" SCCSID: @(#)lisp.1 8.1 9/11/90
.TH lisp 1 VAX "" Unsupported
.SH Name
lisp \- lisp interpreter
.SH Syntax
.B lisp
.SH Description
The
.PN lisp
interpreter is for a dialect which
closely resembles
www.eeworm.com/read/488523/6488804
lisp an_dfa.lisp
(defconstant +dfa1+
'((ALPHABET (man tall the))
(STATES (1 2 3 4))
(INITIAL-STATE 1)
(FINAL-STATES (3))
(TRANSITIONS ((1 man 4) (1 tall 4) (1 the 2)
(2 man 3) (2 tall
www.eeworm.com/read/477028/6744180