jmoiron plays the blues

0efb4e98 to mandira rewrite parser functions to take a token list which has a pointer to the current token and next/peek/remaining methods, simplifying them a lot
8ea35bce to mandira rewrite parser functions to take a token list which has a pointer to the current token and next/peek/remaining methods, simplifying them a lot
19775cd2 to mandira add simple tokenizing and parsing w/ some tests for variable, filter application, & conditional expressions as specified in the document
c4d8e625 to mandira add preliminary non-functional go implementation, based on hoisie's mustache implementation here: https://github.com/hoisie/mustache/
fe4ec8d6 to mandira remove most of the spec from the main repos readme
a177537b to mandira fix monaco/ca diff from mustache example
created mandira, language agnostic logic-light template system
created mandira, language agnostic logic-light template system
created mandira, language agnostic logic-light template system
created mandira, language agnostic logic-light template system
created mandira, language agnostic logic-light template system
created mandira, language agnostic logic-light template system
c8fba931 to mandira more doc fixes
87f5e3d3 to mandira fix old idea of using jinja style {% if %}
0a90bbff to mandira initial commit, working "spec" for language
74a002f0 to monet basic backend gallery exploration
0f16eb18 to johnny-cache try to skip table invalidations when tables are in the blacklist (or not in the whitelist). leave as it is, #9 & #10
d4a7c34e to jsonq add the ability for Int & Float to parse strings, if the values are stringvals, automatically
4a561cde to monet save the gallery config so it remembers that it actually ran
7b1b6a0f to monet admin/gallery/ view with gallery thumbnail photos
5519c914 to monet get most of an online (in db) configuration for the gallery up and running, initialized through forms and panels in the admin.. fetches a list of albums thusfar
fbd7393a to daneel regsiter plugins in main as well, leaving daneel to just have the bot initialization; add a simple json backed synced dictionary storage lib