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
034aa45458
MAINT: Bump to v0.2.3
2018-11-16 10:42:37 -06:00
15026423db
REFACTOR: Rename our error::Error type to BuildError.
2018-11-12 18:07:31 -06:00
5fb568b253
MAINT: Bump version to 0.2.2
2018-11-06 19:47:24 -06:00
c9180dffeb
MAINT: Bump version to 0.2.1
2018-11-05 21:38:17 -06:00
6712fc9bb5
Merge squash of the no_more_nom branch
...
commit e4c80b19f5149fb7dba0a9b785e22ff5323b5470
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sun Nov 4 09:54:16 2018 -0600
FEATURE: report better stacktraces for parsing.
commit 24b97c1037d6ddbe21f32e172b1c14cd2cfb9910
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Wed Oct 17 19:00:29 2018 -0500
FEATURE: Use context for our error reporting.
commit c22d397545e7575608e34561a274745b28be8c2c
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sun Oct 14 14:18:42 2018 -0500
FIX: Better error reporting.
commit 7f47dc3f38bf6a3e8686c1fa3fd50ef97d4bf3af
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sat Oct 13 19:42:22 2018 -0500
REFACTOR: Pass our offsets everywhere.
commit 91d7ed690bfd9989270ba9fa4f44c70f513d54b9
Author: Jeremy Wall <jeremy@marzhillstudios.com>
Date: Sun Sep 23 15:08:45 2018 -0500
REFACTOR: Use abortable_parser.
2018-11-05 21:34:12 -06:00
d0fac74a1f
Bump version to 0.2.0
2018-08-25 18:39:25 -05:00
676f897189
FEATURE: Add YAML converter.
2018-08-25 18:39:25 -05:00
a1bfba65b7
MAINT: Bump version 0.1.8
2018-08-22 19:05:51 -05:00
8d3ab20f5c
MAINT: Bump version to 0.1.7
2018-08-22 00:14:38 -05:00
d85d81c1b7
MAINT: Bump Version to 0.1.6.
2018-08-14 16:16:34 -05:00
be1fb4e678
FIX: Fixes some bugs with the import processing.
2018-08-14 16:12:02 -05:00