Skip to content

Commit

Permalink
Pull in Monday as a git submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 15, 2013
1 parent 7df7f2b commit f236d54
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ext/monday"]
path = ext/monday
url = git://github.com/dylan-lang/monday.git
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Building

* get an opendylan compiler from http://opendylan.org/download/
* opendylan source code https://github.com/dylan-lang/opendylan (including command-line-parser and regular-expressions)
* monday https://github.com/dylan-lang/monday
* be sure that you recursively cloned this repository so that you have ext/monday.
* pcap implementation (on FreeBSD, MacOSX, Win32 - be sure to download the developer version from https://www.winpcap.org/devel.htm ), raw sockets on Linux

Either in the IDE open the project gui-sniffer, or use the command line::
Expand Down
1 change: 1 addition & 0 deletions ext/monday
Submodule monday added at 0eb0a8
1 change: 1 addition & 0 deletions registry/generic/grammar
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abstract://dylan/ext/monday/lib/language/grammar/grammar.lid
1 change: 1 addition & 0 deletions registry/generic/regular
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abstract://dylan/ext/monday/lib/language/regular/regular.lid
1 change: 1 addition & 0 deletions registry/generic/simple-parser
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abstract://dylan/ext/monday/lib/language/simple-parser/simple-parser.lid
1 change: 1 addition & 0 deletions registry/generic/source-location
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abstract://dylan/ext/monday/lib/program-representation/source-location/source-location.lid

0 comments on commit f236d54

Please sign in to comment.