Skip to content

Instantly share code, notes, and snippets.

@nathanathan
Created October 28, 2012 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanathan/3969884 to your computer and use it in GitHub Desktop.
Save nathanathan/3969884 to your computer and use it in GitHub Desktop.
s_list
{
"category": "s_list",
"components": [
{"category": "s_exp"}, {"regex" : "\\s+"},
{"category": "s_list"}
],
"implementation": "function (components) {return [components.at(0)].concat(components.at(2))}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment