This website requires JavaScript.
Explore
Help
Sign In
elf
/
tumble
Watch
1
Star
0
Fork
You've already forked tumble
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
047b64a60f
tumble
/
.gitignore
9 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial check-in.
2013-03-05 23:25:53 +00:00
*#
.#*
*~
Stripped the parser down to its essentials. Will now provide simple rendering tools for the envisioned basics: IF, LOOP, CONTEXT, TEMPLATE, VARIABLE/METHOD, and TEXT. The idea will ultimately be a two-step: a second parser for the language we'll be parsing(!), so that you'll be able to say: document = if:story if:series if:page And be able to say with confidence that the document being read conforms to the language.
2013-04-26 16:23:27 +00:00
*.orig
Initial check-in.
2013-03-05 23:25:53 +00:00
npm-debug.log
node_modules/*
Basic tests now failing. That's a good thing.
2013-03-06 18:56:04 +00:00
lib/
Passing tests.
2013-04-27 20:53:31 +00:00
tmp/