1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 16:08:14 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
Yann Hamdaoui
fe909d3fac Add YAML and TOML export formats 2021-02-04 10:59:39 +01:00
Eelco Dolstra
31edf23a28
Merge remote-tracking branch 'origin/feature/repl-toplevel-let' 2021-01-20 13:22:06 +01:00
Yann Hamdaoui
83a9741087 Add tests for ASCII escape sequences 2021-01-19 12:54:14 +01:00
Yann Hamdaoui
cad238ebc8 Add rustyline-derive dependency 2021-01-18 14:52:06 +01:00
Yann Hamdaoui
5f295ffb24 Use ansi_term instead of termcolors
Termcolors directly write to an ouput stream, while rustyline expect the prompt and other output to be provided as ANSI-color strings, which are automatically converted if needed. This commit switch to ansi_term which directly produces strings
2021-01-15 18:03:59 +01:00
Yann Hamdaoui
eb6ead4f0c Add termcolor dependency 2021-01-15 18:03:59 +01:00
Yann Hamdaoui
b1a67f79eb Enable rustyline REPL frontend by default 2021-01-15 18:03:59 +01:00
Yann Hamdaoui
44290d8a8d Add rustyline dependency 2021-01-15 18:03:59 +01:00
Yann Hamdaoui
fc185cb3a8 Use the void library 2021-01-11 16:16:03 +01:00
Yann Hamdaoui
ce7caab0ae Add termimad dependency (terminal markdown support) 2020-12-21 17:36:24 +01:00
Yann Hamdaoui
cb3b15469a Add structopt dependency 2020-11-17 14:39:47 +01:00
Yann Hamdaoui
5cd9614b94 Add serde and serde_json dependencies 2020-11-16 15:09:09 +01:00
Yann Hamdaoui
7a4228fdb0 Add a logos dependency 2020-10-27 14:38:28 +01:00
Yann Hamdaoui
65033b97dd Add codespan and codespan-reporting to dependencies 2020-07-21 10:43:59 +02:00
Teodoro Freund
43b449e6a0 fresh variables are generated with a counter 2020-01-31 16:24:03 +01:00
Teodoro Freund
8b5549f2db Working implementation of enums. 2020-01-24 11:06:52 +01:00
Teodoro Freund
bd44c042d1 Automatic cargo fix --edition + format 2020-01-21 15:02:35 +01:00
Mathieu Boespflug
713a3dc597 Initial import. 2019-01-08 22:46:02 +01:00