Commit graph

53 commits

Author SHA1 Message Date
Gary Deer
71487629be updated project version 2016-03-16 11:47:52 -05:00
Gary Deer
78a9ee69b4 Version 0.8.1 2016-03-16 11:33:11 -05:00
Gary Deer
71645e7ff4 Updated project file 2015-08-26 13:32:07 -05:00
fogus
0bd050d75a First cut at parsing the project.clj file too. 2014-11-18 12:43:18 -05:00
Gary Deer
a30ee8c2bd updated release version 2014-08-28 21:47:01 -05:00
Murphy McMahon
17c75832de add cljs data literal support to parse-file 2014-01-01 18:53:53 -02:00
fogus
4dad3fcd5a Starting Mustache integration 2013-06-07 11:39:55 -04:00
fogus
90f3c1eb1f Resources packaged 2013-05-22 09:03:49 -04:00
fogus
46c4f474a3 Dev depends update 2013-05-22 08:52:19 -04:00
Fogus
d0a0da4f83 Update project.clj 2013-03-05 08:13:43 -05:00
fogus
220db0a23a absorbing hiccup as a temp fix 2012-06-09 08:40:45 -04:00
fogus
18d5b3560a Final v0.7.1 version 2012-06-08 11:30:10 -04:00
fogus
bea17308e6 Closes #89 2012-03-06 13:06:43 -05:00
fogus
dcaa66116b Work for #88. First cut at README and release notes doc. 2012-03-06 13:00:28 -05:00
fogus
660e640f6c Closes #90. 2012-03-06 12:42:39 -05:00
fogus
bb2cb58bae Fixed #87. First, the if comparison in read-keyword was never true because a Character and an int were compared. Second, the call to readToken was passing in an int instead of a char and causing an IllegalArgExc 2012-03-06 10:54:42 -05:00
fogus
1b97660357 Fixed parsing of ns and vars that couldn't be resolved. Added processing of CLJS files. More thought around presentation of CLJS v CLJ is needed. 2011-12-16 09:35:26 -05:00
Anthony Grimes
d8cc9878bc Move application stuff out of core.clj. 2011-11-22 21:57:21 -06:00
Nicolas Buduroi
e3b54c8695 Converted the project to use Clojure 1.3.0 and got rid of contrib. 2011-11-13 19:11:55 -05:00
Anthony Grimes
51acb7f3a7 New version of hiccup because the old one is breaking. 2011-10-11 16:10:21 -05:00
fogus
b54a0adb2d Moving to dog-food 0.7.0-SNAP 2011-09-07 08:44:27 -04:00
dm3
b76df81683 Multidoc (splitting docs into multiple pages).
Implemented basic test framework for working with source trees (similar
to what is done in http://github.com/technomancy/leiningen).
Basic functionality of writing separate source files to separate output
files.
2011-09-07 08:37:30 -04:00
fogus
f79407366e Fixed parse error for prefixed keywords 2011-08-29 15:04:12 -04:00
dm3
9725f6d2cb Fixed errors happening when parser encountered string or number literals
outside of forms.

.gitignore: added temporary file generated by `lein test`
project.clj: dependency on vimclojure
test/parse_test.clj: tests for situations causing errors pre-patch
src/marginalia/parser.clj: literal handling during code block merges
2011-07-25 01:31:49 +03:00
zkim
f69ebbda12 Split done, bump to 0.6.0. See fogus/lein-marginalia and fogus/cake-marginalia. 2011-06-27 16:18:03 +00:00
zkim
add2c796b2 Removed leiningen plugin, moving to separate project. 2011-06-25 17:32:07 +00:00
fogus
fbb3ff9612 Releasing v0.5.1 2011-05-11 08:57:53 -04:00
Raynes
70a0b2f6bc Fix cake plugin. 2011-04-22 10:02:08 +08:00
Nicolas Buduroi
500f88f037 Changed Hiccup dependency to 0.3.4 version. 2011-04-08 09:32:14 +08:00
fogus
e1b1a97dd8 Bumped version to 0.5.0 2011-02-24 10:40:56 -05:00
fogus
d65715b7a6 Fixed the defmethod parser. Also added some core heading dialogue. Added resources/ to the front of the slurpable js filenames to fix lein marg running off of the live source 2011-01-25 10:12:06 -05:00
fogus
b4d55c409c Pulling out the form parse logic into multimethods to provide a finer level of per-form parse control. This would also form the hook that others can use to provide their own parsing. 2011-01-18 12:54:43 -05:00
fogus
c0ff51db2c repushed v4.0.0 pom for markdownj 2011-01-14 23:01:51 -05:00
fogus
f9f212ffbf Adding :eval-in-leiningen per Phil's advice 2011-01-11 16:28:11 -05:00
fogus
16b3be211c Updated site example 2011-01-07 14:27:29 -05:00
fogus
6370828480 Added support for defmacro, defmulti, and defmethod. bumped version number 2011-01-05 13:20:04 -05:00
fogus
8b3ab21e85 Added support for defprotocol docstring 2011-01-05 12:36:27 -05:00
fogus
fe12b05a18 Bumped version number to account for -main changes 2011-01-04 10:41:06 -05:00
fogus
b60a453a1b Added :gen-class directive and Leiningen :main to generate useable uberjar 2011-01-04 10:34:02 -05:00
fogus
9a22e77c96 Bumped version number and added more problem cases 2010-12-23 09:17:13 -05:00
Brenton Ashworth
63635acdd8 Example configuration for using MathJax to format Latex equations. 2010-12-23 10:59:26 +08:00
fogus
9188dcd377 bumped the version because of the last-line fix and the cake header info 2010-12-22 14:17:54 -05:00
fogus
fd4895bdfc Bumped version to 0.2.0. Added the replacement of " to actual quote. Modified the cake info docstring 2010-12-22 13:57:20 -05:00
ninjudd
7e9cea4852 add cake plugin 2010-12-23 02:27:02 +08:00
fogus
be47a53ec9 added usage function as it was busticated when run via lein 2010-12-22 10:47:18 -05:00
zkim
a644f74a82 Added a lein plugin, see leiningen.marg in the uberdoc for usage instructions. 2010-12-22 00:15:59 -07:00
fogus
525fae4ec5 merging in minor changes. bumped the version number 2010-12-21 14:19:05 -05:00
fogus
d33b643c1e Merging in zak changes 2010-12-21 14:12:56 -05:00
zkim
90148854dc Added project info to top of output, README edits. 2010-12-21 02:04:49 -07:00
zkim
66a9b4956d wip stuff 2010-12-20 07:19:07 -07:00