Casey Rodarmor
ef45b02cc3
Version bump + update deps: 0.3.9 -> 0.3.10 ( #311 )
2018-03-20 01:25:32 -07:00
Casey Rodarmor
68b343bc17
Make .env vars available in env_var functions ( #310 )
2018-03-17 09:17:41 -07:00
Casey Rodarmor
70e96d52eb
Bump version: 0.3.8 -> 0.3.9 ( #308 )
2018-03-05 13:28:30 -08:00
Casey Rodarmor
70234f6193
Add dotenv integration ( #306 )
2018-03-05 13:21:35 -08:00
Casey Rodarmor
ec56336df7
Add example of running a command to top of readme ( #307 )
2018-03-05 13:12:50 -08:00
Casey Rodarmor
76ac5098e5
Add Companion Tools section to README ( #305 )
2018-02-28 19:21:57 -08:00
Casey Rodarmor
0e42d1435b
Bump version to 0.3.8 and update dependencies ( #304 )
2018-02-16 01:24:38 -08:00
Gaeulbyul
9eac537a01
Enable ANSI support for Windows 10 Console
...
On Windows 10, console applications must activate ANSI support in order for colors to be supported.
2018-02-16 00:52:00 -08:00
Casey Rodarmor
b7a126742f
Use .adoc
for asciidoctor files instead of .asc
( #300 )
2018-02-03 20:27:07 -08:00
Casey Rodarmor
1f4cf781e7
Mention kakoune syntax highlighting in readme ( #299 )
2018-02-03 19:52:49 -08:00
Casey Rodarmor
667f81d79d
Bump version: 0.3.6 -> 0.3.7 ( #297 )
2018-01-23 08:32:37 +01:00
Casey Rodarmor
5cbcf47038
Allow ! in comments ( #296 )
2018-01-23 08:17:14 +01:00
Casey Rodarmor
573cebd4ab
Fix readme formatting ( #295 )
2018-01-12 20:28:43 +01:00
Casey Rodarmor
337f8f882b
Bump version: 0.3.5 -> 0.3.6 ( #293 )
2018-01-05 11:11:10 +01:00
Casey Rodarmor
1d0aa178f7
Lex CRLF line endings properly ( #292 )
2018-01-05 11:03:58 +01:00
Casey Rodarmor
26098ba609
Bump version: 0.3.4 -> 0.3.5 ( #286 )
2017-12-11 21:44:45 +01:00
Casey Rodarmor
9fc3262bbb
Add variadic parameter with default argument example ( #285 )
2017-12-11 20:12:36 +01:00
Greg Weber
edbc1ae175
Revise installation methods ( #284 )
2017-12-11 19:53:42 +01:00
Steve Kellock
92ed21c079
📝 Link to VS Code Extension in readme ( #281 )
2017-12-04 20:21:03 +01:00
Casey Rodarmor
79c0994387
Add env_var(key)
and env_var_or_default(key, default)
functions ( #280 )
...
`env_var(key)` looks up the value of the environment variable with name `key`, aborting execution if it is not found.
`env_var_or_default(key, default)` looks up the value of the environment variable with name `key`, returning `default` if it is not found.
2017-12-02 23:59:07 +01:00
Casey Rodarmor
9a56e27e18
Make EOL after interpolation a proper error ( #279 )
2017-12-02 21:49:31 +01:00
Casey Rodarmor
661342bb11
Update changelog ( #278 )
2017-12-02 15:16:52 +01:00
Casey Rodarmor
afa4aebd4a
Add functions ( #277 )
...
– Parse unary (no-argument) functions
– Add functions for detecting the current os, arch, and os family, according to rustc's cfg attributes
2017-12-02 14:37:10 +01:00
Casey Rodarmor
66391de3f8
Rename Scanner to Lexer ( #276 )
2017-12-01 11:22:32 +01:00
Casey Rodarmor
c5eeb8944e
Align doc-comments in --list
output ( #273 )
2017-12-01 00:03:59 +01:00
Casey Rodarmor
5f8e1eac7e
Only provide MinGW build on Windows ( #274 )
2017-11-30 22:04:08 +01:00
Casey Rodarmor
19a559c868
Misc fixes before publishing new version ( #271 )
2017-11-30 19:38:44 +01:00
Casey Rodarmor
88afe90630
Bump version: 0.3.3 -> 0.3.4 ( #269 )
2017-11-30 18:13:13 +01:00
Casey Rodarmor
a88d785afe
Change license to CC0 ( #270 )
2017-11-30 18:05:21 +01:00
Casey Rodarmor
69e79b9390
Build x86_64-pc-windows-gnu target for releases ( #267 )
2017-11-30 17:47:34 +01:00
Igor Gnatenko
ce65a1582b
Bump dependencies ( #265 )
2017-11-30 17:46:57 +01:00
Casey Rodarmor
659af49231
Clean up grammar ( #268 )
2017-11-30 17:44:06 +01:00
Casey Rodarmor
def1bda9ff
Miscellaneous cleanup ( #261 )
2017-11-19 23:16:55 -08:00
Casey Rodarmor
861173581c
Refactor Tokenizer ( #260 )
2017-11-18 03:36:02 -08:00
Casey Rodarmor
afe2c0f94e
Refactor more tests into macro invocations ( #259 )
2017-11-18 01:44:59 -08:00
Casey Rodarmor
28a57d9828
Refactor evaluators and resolvers into common form ( #258 )
2017-11-18 01:18:04 -08:00
Casey Rodarmor
bc79d16eac
Convert parser tests to macros ( #257 )
2017-11-17 23:59:55 -08:00
Casey Rodarmor
87b2130db0
Use imperative mood in help strings ( #256 )
2017-11-17 23:59:36 -08:00
Casey Rodarmor
c84a86dd2b
Use uppercase names for arguments ( #255 )
2017-11-17 23:23:24 -08:00
Casey Rodarmor
7166fa9e6f
Rename options
to configuration
( #254 )
2017-11-17 23:23:02 -08:00
Travis snɯǝᗡɔW
acb5d6f98b
Do not evaluate backticks in assignments during dry runs ( #253 )
2017-11-17 20:21:37 -08:00
Casey Rodarmor
13a124d659
Refactor some other stuff ( #252 )
2017-11-17 17:28:06 -08:00
Casey Rodarmor
2b6b715528
Refactor Everything ( #250 )
2017-11-16 23:30:08 -08:00
Casey Rodarmor
86dc82f548
Give errors clearer names ( #249 )
2017-11-16 13:26:01 -08:00
Casey Rodarmor
a4bf6c3a4e
Add rename recipe to justfile ( #248 )
2017-11-16 13:25:24 -08:00
Casey Rodarmor
3acd56646f
Stop empty comments from swallowing the next line ( #247 )
2017-11-15 12:53:01 -08:00
Casey Rodarmor
b9e1f73919
Make unexpected token formatting clearer ( #243 )
...
Symbols are now be surrounded by single quotes, to set them off more
clearly.
2017-11-14 13:03:26 -08:00
Casey Rodarmor
fcc27a9993
Add instructions for installing via Homebrew ( #238 )
2017-11-09 13:30:39 -08:00
Casey Rodarmor
5800d73302
Fix release builder ( #235 )
2017-10-15 12:47:33 -07:00
Casey Rodarmor
0030878ad7
Create a short markdown readme for crates.io
2017-10-14 23:21:46 -07:00