79 Commits

Author SHA1 Message Date
383addf48e MAINT: Bump version to v0.7.3 2023-01-16 20:26:14 -05:00
ca7347e164 Set Rust edition to 2021 2023-01-16 15:50:04 -05:00
c59d25974a Update serde_yaml crate 2023-01-16 15:04:37 -05:00
e1600b0ebe update base64 crate 2023-01-16 15:04:37 -05:00
2c679759dc Update rustyline dependency 2023-01-16 15:04:36 -05:00
229a1e379b Update dirs to 4.0 2023-01-16 15:04:36 -05:00
b9ebffa6a3 Update crate dependencies to latest versions 2021-03-21 15:46:35 -04:00
b50f72c182 MAINT: Bump version to v0.7.2 2021-03-17 21:11:45 -04:00
15819cdc16 Update version of serde_yaml 2021-03-10 19:53:16 -05:00
1623c540bc MAINT: Bump to v0.7.1 and add osx to ci list 2020-01-04 09:11:27 -06:00
cca249de2b MAINT: Bump version to v0.7.0 2019-11-11 20:10:44 -06:00
Jeremy Wall
392050d9f4 DEV: Don't output the welcome message if we aren't interactive. 2019-11-11 18:15:27 -06:00
Jeremy Wall
eb764b048a MAINT: tag a v0.6.4 bug release 2019-08-12 11:41:35 -05:00
368c153c9e MAINT: Bump version to v0.6.3 2019-06-21 17:10:18 -05:00
4bca898eda MAINT: Bump version to v0.6.2 2019-05-30 18:23:08 -05:00
745b4cc8d9 MAINT: Bump version to v0.6.1 2019-05-26 16:21:40 -05:00
9382563dfc DEV: Adds a Repl for ucg.
Uses a StatementAccumulator to handle the accumulation of lines
until a line terminated with a statement is encountered.

Fixes #41
2019-05-26 16:20:19 -05:00
fcf2b8ae22 MAINT: bump version to v0.6.0 2019-04-26 19:28:36 -05:00
9990c14692 MAINT: bump to v0.5.8 2019-04-04 20:28:53 -05:00
fa24e4e930 MAINT: Bump version to v0.5.7 2019-03-01 17:19:22 -06:00
04d7e06170 MAINT: Bump version to v0.5.6 2019-02-27 19:57:47 -06:00
0ef3097b75 MAINT: bump version to v0.5.5 2019-02-24 08:54:08 -06:00
d2bd18b647 MAINT: bump version v0.5.4 2019-02-20 19:59:16 -06:00
bcf1850f73 MAINT: Bump version to v0.5.3 2019-02-18 21:11:13 -06:00
dfae16ad41 MAINT: update documentation url in toml. 2019-02-06 20:45:08 -06:00
545ab62403 MAINT: Bump version v0.5.2 2019-02-04 19:03:01 -06:00
2068063a5b FIX: Better error reporting.
Also adds some testing functions to check build failures.

Begins to address Issue #34
2019-02-01 19:17:31 -06:00
68759dadd3 MAINT: Bump version to v0.5.1 2019-01-31 16:51:41 -06:00
e3190b724b Bump version to v0.5.0 2019-01-30 21:06:24 -06:00
ff57c229dc MAINT: Bump version to v0.4.2 2019-01-24 16:59:29 -06:00
7959391b90 MAINT: Remove cpuprofiler.
I wasn't using it.
2019-01-19 13:30:06 -06:00
883f7792e6 MAINT: Bump version v0.4.1 2019-01-19 13:18:06 -06:00
1dba5f66ce FEATURE: map, filter, and reduce over lists. 2019-01-18 20:01:08 -06:00
98323eabbd FIX: Multiple packaging errors.
* The include setting doesn't do what I thought it did.
* Also when packaging the rules on what build.rs can do
  are a little more strict than was immediately apparent.
2019-01-14 20:41:12 -06:00
5777797580 MAINT: Bump version v0.4.0 2019-01-14 18:40:36 -06:00
50a3d33208 FEATURE: Generate a hashmap of path to String for std libraries.
prework for #27
2019-01-13 20:34:50 -06:00
92d2857f83 FEATURE: Add a default import_path search location.
We'll always search "~/.ucg".
2019-01-13 15:00:26 -06:00
21c4237e22 MAINT: Bump version in Cargo.toml 2019-01-10 17:15:56 -06:00
83a641e740 FEATURE: Add regular expression comparison operators. 2019-01-07 19:38:25 -06:00
292a4a810e MAINT: Bump version to v0.2.10 2019-01-06 16:36:00 -06:00
2c3f9c7b8f Add base64 as an importer type aside from string. 2019-01-05 14:33:12 -06:00
c4b765bd69 Bump ucg version to v0.2.9 2019-01-04 10:17:35 -06:00
52fe7c3944 MAINT: Bump the version to 0.2.8; 2019-01-02 17:01:07 -06:00
a2267a2b3d MAINT: Bump Version to v0.2.7 2018-12-12 20:30:27 -06:00
b91fe1550b FEATURE: XML output using a dsl to describe the DOM 2018-12-12 19:28:14 -06:00
e9a0bde631 MAINT: Opt in to 2018 edition of Rust. 2018-12-06 12:23:52 -06:00
e95b9b0455 MAINT: Bump Version to v0.2.6 2018-11-27 11:48:51 -06:00
89694f957e MAINT: bump version to 0.2.5 2018-11-23 13:16:08 -06:00
0ff3472011 Bump version to 0.2.4
BugFix for macro calls with no arguments.
2018-11-20 18:40:13 -06:00
eebe0bbe67 FEATURE: Add toml as an output converter.
closes #4
2018-11-16 13:26:11 -06:00