Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fare-matcher
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
François-René Rideau
fare-matcher
Commits
b1abdc9d
Commit
b1abdc9d
authored
Sep 25, 2009
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xcvb a2x --system fare-matcher
parent
21338987
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
28 deletions
+15
-28
build.xcvb
build.xcvb
+10
-0
clos-match.lisp
clos-match.lisp
+1
-7
matcher.lisp
matcher.lisp
+1
-9
mrd-extensions.lisp
mrd-extensions.lisp
+1
-1
packages.lisp
packages.lisp
+1
-1
quasiquote.lisp
quasiquote.lisp
+1
-10
No files found.
build.xcvb
0 → 100644
View file @
b1abdc9d
#+xcvb
(module
(:fullname
"fare-matcher"
:depends-on
("packages" "matcher" "quasiquote" "clos-match" "mrd-extensions")
:build-depends-on
((:asdf "fare-utils"))
:supersedes-asdf
("fare-matcher")))
clos-match.lisp
View file @
b1abdc9d
...
...
@@ -4,13 +4,7 @@
; This file contains enough to generate matchers of instances of classes
; known at macro-expansion-time.
#+
xcvb
(
module
(
:depends-on
(
"fare-utils/package"
"fare-utils/basic-macros"
"fare-matcher/packages"
"fare-matcher/matcher"
)))
#+
xcvb
(
module
(
:depends-on
(
"packages"
"matcher"
)))
(
in-package
:fare-clos-match
)
...
...
matcher.lisp
View file @
b1abdc9d
;;; -*- Mode: Lisp ; Base: 10 ; Syntax: ANSI-Common-Lisp -*-
;;; Lisp2-style Erlang/ML-like Extensible Pattern-Matcher for Common LISP
;;; Copyright (c) 2002-2008 Fahree Reedaw <fare@tunes.org>
#+
xcvb
(
module
(
:depends-on
(
"fare-utils/package"
"fare-utils/basic-strings"
"fare-utils/basic-symbols"
"fare-utils/basic-macros"
"fare-utils/basic-lists"
"fare-matcher/packages"
)))
#+
xcvb
(
module
(
:depends-on
(
"packages"
)))
#| "
This software is now being packaged for use with asdf-install.
...
...
mrd-extensions.lisp
View file @
b1abdc9d
...
...
@@ -36,7 +36,7 @@
;;;; AS -- Binds a variable and checks a pattern, like in ML. (AS <var> <pat>)
;;;; DEFMFUN, WITH-MFUNS, MFUN, MATCHFUN -- See docstrings.
#+
xcvb
(
module
(
:depends-on
(
"
fare-matcher/packages"
"fare-matcher/
matcher"
)))
#+
xcvb
(
module
(
:depends-on
(
"
packages"
"
matcher"
)))
(
defpackage
#:fare-matcher-extensions
(
:use
#:common-lisp
#:fare-matcher
)
...
...
packages.lisp
View file @
b1abdc9d
#+
xcvb
(
module
(
:depends-on
(
"fare-utils/package"
)
))
#+
xcvb
(
module
(
:depends-on
nil
))
(
in-package
#:cl-user
)
...
...
quasiquote.lisp
View file @
b1abdc9d
...
...
@@ -2,16 +2,7 @@
;;; fare-matcher friendly implementation of Quasiquote
;;; Copyright (c) 2002-2006 Fahree Reedaw <fare@tunes.org>
#+
xcvb
(
module
(
:depends-on
(
"fare-utils/package"
"fare-utils/basic-strings"
"fare-utils/basic-symbols"
"fare-utils/basic-macros"
"fare-utils/basic-lists"
"fare-matcher/packages"
"fare-matcher/matcher"
)))
#+
xcvb
(
module
(
:depends-on
(
"packages"
"matcher"
)))
#| "
PURPOSE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment