Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/less/less.js
Less. The dynamic stylesheet language.
https://github.com/less/less.js
allow for operations with no spaces, such as '4+5'
38ffbb40accc2ccc803ce94a6082293f53c0e3ac authored almost 15 years ago by cloudhead <[email protected]>
38ffbb40accc2ccc803ce94a6082293f53c0e3ac authored almost 15 years ago by cloudhead <[email protected]>
refactored operand(), and take away parsing of -()
4bbc382300b5d2e7a8cbd136f8c5f8aa126a5419 authored almost 15 years ago by cloudhead <[email protected]>
4bbc382300b5d2e7a8cbd136f8c5f8aa126a5419 authored almost 15 years ago by cloudhead <[email protected]>
Fix bin/lessc to use less.js and callback-style
f6cf5f245c6202587623d856f71f5e93106a566a authored almost 15 years ago by cloudhead <[email protected]>
f6cf5f245c6202587623d856f71f5e93106a566a authored almost 15 years ago by cloudhead <[email protected]>
refactored rule() cause the closure slows things down too much for some reason
e7954adcc06c8824c388f00c5514b1a80c39d0da authored almost 15 years ago by cloudhead <[email protected]>
e7954adcc06c8824c388f00c5514b1a80c39d0da authored almost 15 years ago by cloudhead <[email protected]>
added import.js to less.js
853ae60048d1442b7777f46986f84893a5632af1 authored almost 15 years ago by cloudhead <[email protected]>
853ae60048d1442b7777f46986f84893a5632af1 authored almost 15 years ago by cloudhead <[email protected]>
parse() is now asynch, and uses a callback
4ae9e31c4028e07bcded8d55043ea3c12b013f77 authored almost 15 years ago by cloudhead <[email protected]>
4ae9e31c4028e07bcded8d55043ea3c12b013f77 authored almost 15 years ago by cloudhead <[email protected]>
require lib/less in benchmark
45e387ca956b133e83d21383c2be82b8b73b3e4d authored almost 15 years ago by cloudhead <[email protected]>
45e387ca956b133e83d21383c2be82b8b73b3e4d authored almost 15 years ago by cloudhead <[email protected]>
import.js init
a31f71d364eecc17eafcea4f9aaaf9a31839d717 authored almost 15 years ago by cloudhead <[email protected]>
a31f71d364eecc17eafcea4f9aaaf9a31839d717 authored almost 15 years ago by cloudhead <[email protected]>
I guess 'Makefile' starts with a cap..
652366327e5bd64c093b5a6ece13391f519d8d45 authored almost 15 years ago by cloudhead <[email protected]>
652366327e5bd64c093b5a6ece13391f519d8d45 authored almost 15 years ago by cloudhead <[email protected]>
Parse @import properly.
d08072d0dd7f898365fd8bdd1b322d5306105328 authored almost 15 years ago by cloudhead <[email protected]>
d08072d0dd7f898365fd8bdd1b322d5306105328 authored almost 15 years ago by cloudhead <[email protected]>
don't use process.mixin, it's deprecated
f7b8b5b217211b3bc095d70e8d792e07b6dbfb3e authored almost 15 years ago by cloudhead <[email protected]>
f7b8b5b217211b3bc095d70e8d792e07b6dbfb3e authored almost 15 years ago by cloudhead <[email protected]>
no more accessors.. they aren't very useful it turns out, with mixins
47ab7a96f3cdff23af93a4e5688db8acf1356a74 authored almost 15 years ago by cloudhead <[email protected]>
47ab7a96f3cdff23af93a4e5688db8acf1356a74 authored almost 15 years ago by cloudhead <[email protected]>
fixed scope problem in parser
8812c45c777f1f49c11359e313156540b6e0db5a authored almost 15 years ago by cloudhead <[email protected]>
8812c45c777f1f49c11359e313156540b6e0db5a authored almost 15 years ago by cloudhead <[email protected]>
Added `make min` for minification though google's js closure compiler.
7f07be65e2edb11f3b2d3f03e1dcdd49fcbd289c authored almost 15 years ago by cloudhead <[email protected]>
7f07be65e2edb11f3b2d3f03e1dcdd49fcbd289c authored almost 15 years ago by cloudhead <[email protected]>
Basic `make less` build rule
742bb32308f4ae354fb5f2aab38630157ded6541 authored almost 15 years ago by cloudhead <[email protected]>
742bb32308f4ae354fb5f2aab38630157ded6541 authored almost 15 years ago by cloudhead <[email protected]>
Refactored parsers.rule
854f65f079bd58c35bacb5346ae596bcb54cf069 authored almost 15 years ago by cloudhead <[email protected]>
854f65f079bd58c35bacb5346ae596bcb54cf069 authored almost 15 years ago by cloudhead <[email protected]>
Added lots more documentation to the parser
61a7b2e9e755b1de4e8190fede3bb51b0b1e27cd authored almost 15 years ago by cloudhead <[email protected]>
61a7b2e9e755b1de4e8190fede3bb51b0b1e27cd authored almost 15 years ago by cloudhead <[email protected]>
refactor of module system. Things work properly now, and it's all much cleaner.
fe732e843cce018c36532903eaebff23302d95eb authored almost 15 years ago by cloudhead <[email protected]>
fe732e843cce018c36532903eaebff23302d95eb authored almost 15 years ago by cloudhead <[email protected]>
part 2 of the comment pass
e0623094fadbcffb56328e2560958088008790cc authored almost 15 years ago by cloudhead <[email protected]>
e0623094fadbcffb56328e2560958088008790cc authored almost 15 years ago by cloudhead <[email protected]>
fixed and upgraded the css tests a little
7e2217ba86863b4575b9be9546123cebca0faa9a authored almost 15 years ago by cloudhead <[email protected]>
7e2217ba86863b4575b9be9546123cebca0faa9a authored almost 15 years ago by cloudhead <[email protected]>
some eval functions for good measure
be11ab6b8902692638c7bf27823ed76e25e0963c authored almost 15 years ago by cloudhead <[email protected]>
be11ab6b8902692638c7bf27823ed76e25e0963c authored almost 15 years ago by cloudhead <[email protected]>
we need to make sure we're not eating a '-' in the operation parsing, it fucks up our generation of functions which start with a -
9c84b50d5b07c9e8843c025002f3eab095f35038 authored almost 15 years ago by cloudhead <[email protected]>
9c84b50d5b07c9e8843c025002f3eab095f35038 authored almost 15 years ago by cloudhead <[email protected]>
output directives properly
8adac6569e8daa043019357870376658767baddc authored almost 15 years ago by cloudhead <[email protected]>
8adac6569e8daa043019357870376658767baddc authored almost 15 years ago by cloudhead <[email protected]>
font property parsing, mainly the 'small/12px' part.
553aaecf6a1b076f2d73f641e9692b4121b46945 authored almost 15 years ago by cloudhead <[email protected]>
553aaecf6a1b076f2d73f641e9692b4121b46945 authored almost 15 years ago by cloudhead <[email protected]>
Cache Selector/toCSS()
9c0fb7174e1ebf54b7f21c5576c8952b0ae5de6f authored almost 15 years ago by cloudhead <[email protected]>
9c0fb7174e1ebf54b7f21c5576c8952b0ae5de6f authored almost 15 years ago by cloudhead <[email protected]>
Cache mixin lookups for a nice speed boost.
77b2a36059a770dd3594912d5704d9683506a7b8 authored almost 15 years ago by cloudhead <[email protected]>
77b2a36059a770dd3594912d5704d9683506a7b8 authored almost 15 years ago by cloudhead <[email protected]>
did some refactoring in the parser, so we don't need to pass variables
to the $() function anymore. We also don't need to pass arrays around.
c4413facad82a49ef4fd1227d534183dc07181fb authored almost 15 years ago by cloudhead <[email protected]>
add title to test output, skip directories
c244c01dd2c17dc3c3c711108a843ccbf0628044 authored almost 15 years ago by cloudhead <[email protected]>
c244c01dd2c17dc3c3c711108a843ccbf0628044 authored almost 15 years ago by cloudhead <[email protected]>
refactoring of prototypes
acd46cf7c6de7b9a04abf4b5a79a163484f2abca authored almost 15 years ago by cloudhead <[email protected]>
acd46cf7c6de7b9a04abf4b5a79a163484f2abca authored almost 15 years ago by cloudhead <[email protected]>
refactored variable lookup
07837a83a7b982ed5c9c13271ebd6453cc4b886c authored almost 15 years ago by cloudhead <[email protected]>
07837a83a7b982ed5c9c13271ebd6453cc4b886c authored almost 15 years ago by cloudhead <[email protected]>
cache ruleset lookup
6228f4a6d2d24a784d214943fdfd727f9001f1f8 authored almost 15 years ago by cloudhead <[email protected]>
6228f4a6d2d24a784d214943fdfd727f9001f1f8 authored almost 15 years ago by cloudhead <[email protected]>
cache variable lookup for a 20% speedup
a68a2fc6bf7ab7e26d7ffdd1ab70bff49d9c5477 authored almost 15 years ago by cloudhead <[email protected]>
a68a2fc6bf7ab7e26d7ffdd1ab70bff49d9c5477 authored almost 15 years ago by cloudhead <[email protected]>
support for nested rulesets inside dynamic mixins, with lexical scoping
be893c5993c905cd3fac4a695522af13f0adcf20 authored almost 15 years ago by cloudhead <[email protected]>
be893c5993c905cd3fac4a695522af13f0adcf20 authored almost 15 years ago by cloudhead <[email protected]>
updated README
01dac20cd88600b180b06bee0e041b1c43a16ee3 authored almost 15 years ago by cloudhead <[email protected]>
01dac20cd88600b180b06bee0e041b1c43a16ee3 authored almost 15 years ago by cloudhead <[email protected]>
eval() for Ruleset
d8838a01d06cbbf39dd17d5f50d3b2d6782bab06 authored almost 15 years ago by cloudhead <[email protected]>
d8838a01d06cbbf39dd17d5f50d3b2d6782bab06 authored almost 15 years ago by cloudhead <[email protected]>
if something other than a Value was passed to the Rule constructor, wrap it in a Value
7666c71b80e9751fa8cbb77362e398b3382e7224 authored almost 15 years ago by cloudhead <[email protected]>
7666c71b80e9751fa8cbb77362e398b3382e7224 authored almost 15 years ago by cloudhead <[email protected]>
implemented dynamic mixins
23775bda9b432e13e03af067861c3cafba329a45 authored almost 15 years ago by cloudhead <[email protected]>
23775bda9b432e13e03af067861c3cafba329a45 authored almost 15 years ago by cloudhead <[email protected]>
updated README
07c738ab5edacb292ce382321e058a385c67af36 authored almost 15 years ago by cloudhead <[email protected]>
07c738ab5edacb292ce382321e058a385c67af36 authored almost 15 years ago by cloudhead <[email protected]>
comments.js init
57013ebdf9d5de1e53496c6db60cffd1396cb1ed authored almost 15 years ago by cloudhead <[email protected]>
57013ebdf9d5de1e53496c6db60cffd1396cb1ed authored almost 15 years ago by cloudhead <[email protected]>
comments, wooh!
2b0853de81e240c3365f8227115e7bc62027756e authored almost 15 years ago by cloudhead <[email protected]>
2b0853de81e240c3365f8227115e7bc62027756e authored almost 15 years ago by cloudhead <[email protected]>
let us just assume that a rule which contains subrules is a ruleset
808bd55a9574ed5dadac4d13e32ebc3a456047a6 authored almost 15 years ago by cloudhead <[email protected]>
808bd55a9574ed5dadac4d13e32ebc3a456047a6 authored almost 15 years ago by cloudhead <[email protected]>
peek() can take a string too now
7b151447b1b4d814e8a7e30099184729428f9e02 authored almost 15 years ago by cloudhead <[email protected]>
7b151447b1b4d814e8a7e30099184729428f9e02 authored almost 15 years ago by cloudhead <[email protected]>
simplified rule regex
289a775e83dcd4da76b171a8dec4d7ccab00e729 authored almost 15 years ago by cloudhead <[email protected]>
289a775e83dcd4da76b171a8dec4d7ccab00e729 authored almost 15 years ago by cloudhead <[email protected]>
some optimizations to make the parser run faster
b2d242ba39d73241282e42136532d7b4d7266f9e authored almost 15 years ago by cloudhead <[email protected]>
b2d242ba39d73241282e42136532d7b4d7266f9e authored almost 15 years ago by cloudhead <[email protected]>
get lazy-eval to pass
a13b64b5f62375e664938e3c88a9f930a80a6e94 authored almost 15 years ago by cloudhead <[email protected]>
a13b64b5f62375e664938e3c88a9f930a80a6e94 authored almost 15 years ago by cloudhead <[email protected]>
added some styling to the tests
d44bff1da3fa246550e7c70a419d4bcc2461a567 authored almost 15 years ago by cloudhead <[email protected]>
d44bff1da3fa246550e7c70a419d4bcc2461a567 authored almost 15 years ago by cloudhead <[email protected]>
remove vows, seeing as Less isnt asynch, there really is not point.
2367be123e99eb15b98590ff7b1252503add87c1 authored almost 15 years ago by cloudhead <[email protected]>
2367be123e99eb15b98590ff7b1252503add87c1 authored almost 15 years ago by cloudhead <[email protected]>
basic directive css output
d08c1fe559af8508f8b0218e95993298fc6d8396 authored almost 15 years ago by cloudhead <[email protected]>
d08c1fe559af8508f8b0218e95993298fc6d8396 authored almost 15 years ago by cloudhead <[email protected]>
remove prod.less
39f0ab258cb6ada9ab82382c5439c764b8ab9809 authored almost 15 years ago by cloudhead <[email protected]>
39f0ab258cb6ada9ab82382c5439c764b8ab9809 authored almost 15 years ago by cloudhead <[email protected]>
move node/ -> tree/
f0f425de330535e52fc7987258873f0092ceb253 authored almost 15 years ago by cloudhead <[email protected]>
f0f425de330535e52fc7987258873f0092ceb253 authored almost 15 years ago by cloudhead <[email protected]>
oops, fixed command line tool
3175652f7650f2953c3498e4e27f78c4d7022052 authored almost 15 years ago by cloudhead <[email protected]>
3175652f7650f2953c3498e4e27f78c4d7022052 authored almost 15 years ago by cloudhead <[email protected]>
VERSION file
5ab2a633ddae7a7af4fe1966cac86b7c1ae2f58e authored almost 15 years ago by cloudhead <[email protected]>
5ab2a633ddae7a7af4fe1966cac86b7c1ae2f58e authored almost 15 years ago by cloudhead <[email protected]>
added version number to less.js
287ecff0cfbf3dd1eecd4e097d8ef682ea9d9994 authored almost 15 years ago by cloudhead <[email protected]>
287ecff0cfbf3dd1eecd4e097d8ef682ea9d9994 authored almost 15 years ago by cloudhead <[email protected]>
improved command line tool
78f9767c6a521736e9f8ed11237a0e7de4ad943a authored almost 15 years ago by cloudhead <[email protected]>
78f9767c6a521736e9f8ed11237a0e7de4ad943a authored almost 15 years ago by cloudhead <[email protected]>
comment fix
463807d3b6eaec28ba6f23b64f916df0f4e2dd8f authored almost 15 years ago by cloudhead <[email protected]>
463807d3b6eaec28ba6f23b64f916df0f4e2dd8f authored almost 15 years ago by cloudhead <[email protected]>
function.less now passes
456463368d4a1eb910a0aa1e02e89a20176d826a authored almost 15 years ago by cloudhead <[email protected]>
456463368d4a1eb910a0aa1e02e89a20176d826a authored almost 15 years ago by cloudhead <[email protected]>
renamed string to quoted, to match the node
0af56325316bd3018c7c2a125e2cef165b1b3451 authored almost 15 years ago by cloudhead <[email protected]>
0af56325316bd3018c7c2a125e2cef165b1b3451 authored almost 15 years ago by cloudhead <[email protected]>
when parsing a string, capture the content too
cd5bddff99629aa9d13ca0150ecb010924992981 authored almost 15 years ago by cloudhead <[email protected]>
cd5bddff99629aa9d13ca0150ecb010924992981 authored almost 15 years ago by cloudhead <[email protected]>
in an operation, inherit the unit of either operand
00279d8a06bd1f52e9b8e70896585bd16d88e430 authored almost 15 years ago by cloudhead <[email protected]>
00279d8a06bd1f52e9b8e70896585bd16d88e430 authored almost 15 years ago by cloudhead <[email protected]>
fixed some more test files, css-3 passes now
3638933aac630c7e205bba3c896b1020a7dc567b authored almost 15 years ago by cloudhead <[email protected]>
3638933aac630c7e205bba3c896b1020a7dc567b authored almost 15 years ago by cloudhead <[email protected]>
just return self if trying to evaluate compound values, seeing as we use eval() for variable lookup/eval
74ec9566025c21609051f0bb7cd1cf0dafa988fe authored almost 15 years ago by cloudhead <[email protected]>
74ec9566025c21609051f0bb7cd1cf0dafa988fe authored almost 15 years ago by cloudhead <[email protected]>
some fixes to the benchmark
22eedab7ddaa0d2e7902ebd5264ce72ff09b29fa authored almost 15 years ago by cloudhead <[email protected]>
22eedab7ddaa0d2e7902ebd5264ce72ff09b29fa authored almost 15 years ago by cloudhead <[email protected]>
selectors.less now passes tests
81240d0aab0a35d0f4b3e03546c1a0cfefa8e8ab authored almost 15 years ago by cloudhead <[email protected]>
81240d0aab0a35d0f4b3e03546c1a0cfefa8e8ab authored almost 15 years ago by cloudhead <[email protected]>
minor refactoring in rulesets output
181712e6622a0525cb83b48ccfa05191dcbc4182 authored almost 15 years ago by cloudhead <[email protected]>
181712e6622a0525cb83b48ccfa05191dcbc4182 authored almost 15 years ago by cloudhead <[email protected]>
the first element of a selector effectively has a descendant combinator, if none was specified
76d4e08b30da23a60aaab8146f03b1646e2a2ac3 authored almost 15 years ago by cloudhead <[email protected]>
76d4e08b30da23a60aaab8146f03b1646e2a2ac3 authored almost 15 years ago by cloudhead <[email protected]>
getting combinators to output properly. some little hacks, but it beats having a white-space sensitive grammar
476581f77aafe41054aec6655c79579c14d748aa authored almost 15 years ago by cloudhead <[email protected]>
476581f77aafe41054aec6655c79579c14d748aa authored almost 15 years ago by cloudhead <[email protected]>
fixed css-3.css
06acb92d20b8030372dea195568d7bff0b40e394 authored almost 15 years ago by cloudhead <[email protected]>
06acb92d20b8030372dea195568d7bff0b40e394 authored almost 15 years ago by cloudhead <[email protected]>
output strings in attribute selectors properly
b4f3e9029c34215f88a79d973a6ca24e7e0143bf authored almost 15 years ago by cloudhead <[email protected]>
b4f3e9029c34215f88a79d973a6ca24e7e0143bf authored almost 15 years ago by cloudhead <[email protected]>
if a function isnt found, just output it literally
7e3d8bda328db0d9e2383dd47e6c7a142a3f41ae authored almost 15 years ago by cloudhead <[email protected]>
7e3d8bda328db0d9e2383dd47e6c7a142a3f41ae authored almost 15 years ago by cloudhead <[email protected]>
removed big.less/css from test
2f55206eb71f9a33d4180f21c0aa80b546dbb72a authored almost 15 years ago by cloudhead <[email protected]>
2f55206eb71f9a33d4180f21c0aa80b546dbb72a authored almost 15 years ago by cloudhead <[email protected]>
fixed whitespace.css to conform to new output
d54302a39406f05c6edfaf4455bc017a5a368a33 authored almost 15 years ago by cloudhead <[email protected]>
d54302a39406f05c6edfaf4455bc017a5a368a33 authored almost 15 years ago by cloudhead <[email protected]>
moved to apache license
9dcc7eb953a34ef9a94a4f51a6de3e4843705446 authored almost 15 years ago by cloudhead <[email protected]>
9dcc7eb953a34ef9a94a4f51a6de3e4843705446 authored almost 15 years ago by cloudhead <[email protected]>
fixed closing bracket for alpha not showing
7539ef7323aae92ca642032ab643592c574dcfa9 authored almost 15 years ago by cloudhead <[email protected]>
7539ef7323aae92ca642032ab643592c574dcfa9 authored almost 15 years ago by cloudhead <[email protected]>
fixed closing bracket for url not showing
6b938971dfd180e59fe8d9d35eae18cb5d5fbab5 authored almost 15 years ago by cloudhead <[email protected]>
6b938971dfd180e59fe8d9d35eae18cb5d5fbab5 authored almost 15 years ago by cloudhead <[email protected]>
for now, we only support basic selectors, when mixing in, eventually, we can upgrade the Selector/match method to return the number of matched elements
fde347016b6dd431c0fb7250fbb292d889358399 authored almost 15 years ago by cloudhead <[email protected]>
fde347016b6dd431c0fb7250fbb292d889358399 authored almost 15 years ago by cloudhead <[email protected]>
refactored Ruleset/find() method, and added a match() method to Selector, to do selector matching.
2644014bdf06810ffc4ea8d1b8cb30fd75394e1b authored almost 15 years ago by cloudhead <[email protected]>
2644014bdf06810ffc4ea8d1b8cb30fd75394e1b authored almost 15 years ago by cloudhead <[email protected]>
typo
3e8abb2abfdbdc15bb6e3ab248c4c1ee63ed287c authored almost 15 years ago by cloudhead <[email protected]>
3e8abb2abfdbdc15bb6e3ab248c4c1ee63ed287c authored almost 15 years ago by cloudhead <[email protected]>
Element constructor creates new Combinator if a string was passed
9cf5f74d31281873f7ad3787ba3037345f760532 authored almost 15 years ago by cloudhead <[email protected]>
9cf5f74d31281873f7ad3787ba3037345f760532 authored almost 15 years ago by cloudhead <[email protected]>
tweaked tests to match less.js
d860763454e7c5cf3bfaee05642c4320a5d03a79 authored almost 15 years ago by cloudhead <[email protected]>
d860763454e7c5cf3bfaee05642c4320a5d03a79 authored almost 15 years ago by cloudhead <[email protected]>
skip variables in toCSS
756e8d24343229d88c4b8e6c7ddc8c5bd12d7d5f authored almost 15 years ago by cloudhead <[email protected]>
756e8d24343229d88c4b8e6c7ddc8c5bd12d7d5f authored almost 15 years ago by cloudhead <[email protected]>
when evaluating a mixin, compile all matches, instead of just the first one
4aea44f8f8341dd93a161570b7093db94b9f35fc authored almost 15 years ago by cloudhead <[email protected]>
4aea44f8f8341dd93a161570b7093db94b9f35fc authored almost 15 years ago by cloudhead <[email protected]>
mixin definition constructor init
a1c8d50699778f140bc69e33b24577a439106923 authored almost 15 years ago by cloudhead <[email protected]>
a1c8d50699778f140bc69e33b24577a439106923 authored almost 15 years ago by cloudhead <[email protected]>
basic mixins with namespaces working. swoosh.
4767b264e73b722ad1a14951b03cd843f6af5665 authored almost 15 years ago by cloudhead <[email protected]>
4767b264e73b722ad1a14951b03cd843f6af5665 authored almost 15 years ago by cloudhead <[email protected]>
added ext/ folder, to hold some core prototype functions
fe0ed621b96accbc4275689940344433488ea5aa authored almost 15 years ago by cloudhead <[email protected]>
fe0ed621b96accbc4275689940344433488ea5aa authored almost 15 years ago by cloudhead <[email protected]>
Element constructor defaults to an empty Combinator, if none specified
095523bf59d00e4435f6e0384c44e410c82dafd4 authored almost 15 years ago by cloudhead <[email protected]>
095523bf59d00e4435f6e0384c44e410c82dafd4 authored almost 15 years ago by cloudhead <[email protected]>
end rule
e9c6645b2cf027172028e6be51e1b9894fac8909 authored almost 15 years ago by cloudhead <[email protected]>
e9c6645b2cf027172028e6be51e1b9894fac8909 authored almost 15 years ago by cloudhead <[email protected]>
inverse style to stylize
e6c5c57755735db38de2662312ce9e437d7c4b6e authored almost 15 years ago by cloudhead <[email protected]>
e6c5c57755735db38de2662312ce9e437d7c4b6e authored almost 15 years ago by cloudhead <[email protected]>
parse mixins, including namespace. For now, lets focus on one mixin per rule
efab82111558d01795fc493a41fd728ec48e54c7 authored almost 15 years ago by cloudhead <[email protected]>
efab82111558d01795fc493a41fd728ec48e54c7 authored almost 15 years ago by cloudhead <[email protected]>
a little clearer ParseError output
14bc6def86f8f11d27e12be0bea3356ddb2acb73 authored almost 15 years ago by cloudhead <[email protected]>
14bc6def86f8f11d27e12be0bea3356ddb2acb73 authored almost 15 years ago by cloudhead <[email protected]>
eval method for Keyword
3e0ad2bf73132de293c1cd6cf60be366f4c0bc45 authored almost 15 years ago by cloudhead <[email protected]>
3e0ad2bf73132de293c1cd6cf60be366f4c0bc45 authored almost 15 years ago by cloudhead <[email protected]>
Use anonymous functions for the parsers.. It saves us some file size.
76eb332b242154a673d51fca57c3d55de474dfdf authored almost 15 years ago by cloudhead <[email protected]>
76eb332b242154a673d51fca57c3d55de474dfdf authored almost 15 years ago by cloudhead <[email protected]>
evaluate arguments, before passing them to a function
46060d466f498e44bc501b5c06385f70ef44a6d0 authored almost 15 years ago by cloudhead <[email protected]>
46060d466f498e44bc501b5c06385f70ef44a6d0 authored almost 15 years ago by cloudhead <[email protected]>
support for hsl(), rgb() etc
2682b6dc169b0e10badac8a2298c4fce00c37766 authored almost 15 years ago by cloudhead <[email protected]>
2682b6dc169b0e10badac8a2298c4fce00c37766 authored almost 15 years ago by cloudhead <[email protected]>
get functions.js working
60ac2374c93cf2fa535b509d78c120c9ad22a698 authored almost 15 years ago by cloudhead <[email protected]>
60ac2374c93cf2fa535b509d78c120c9ad22a698 authored almost 15 years ago by cloudhead <[email protected]>
mixin.js init
6ea12f7aa514bb63109f21f5243f661f8459056a authored almost 15 years ago by cloudhead <[email protected]>
6ea12f7aa514bb63109f21f5243f661f8459056a authored almost 15 years ago by cloudhead <[email protected]>
functions.js init
0c6366faafe7c2396bc6a0a38c82f568fdfd54df authored almost 15 years ago by cloudhead <[email protected]>
0c6366faafe7c2396bc6a0a38c82f568fdfd54df authored almost 15 years ago by cloudhead <[email protected]>
merge node->tree changes
f70f6a542cdd7d3dc93257386416daa059656f96 authored almost 15 years ago by cloudhead <[email protected]>
f70f6a542cdd7d3dc93257386416daa059656f96 authored almost 15 years ago by cloudhead <[email protected]>
dev notice in README
29f3d926f78f7366aa991d58be1b5138c815497f authored almost 15 years ago by cloudhead <[email protected]>
29f3d926f78f7366aa991d58be1b5138c815497f authored almost 15 years ago by cloudhead <[email protected]>
tree.js init
69d973ed29952f7c0ccbbc7baedd45b9adb3c39b authored almost 15 years ago by cloudhead <[email protected]>
69d973ed29952f7c0ccbbc7baedd45b9adb3c39b authored almost 15 years ago by cloudhead <[email protected]>
don't use Usage: node [options] script.js [arguments]
-v, --version print node's version
--debug[=port] enable remote debugging via given ...