January 3, 2015
View 1edf16e

Simplify builder ast.Dump by using strconv.Quote instead of a custom QuoteString function (the only change to existing files is literal tabs becoming \t, but future files may use nonprintable characters and the like now)

Tianon Gravi authored on 2015/01/03 14:36:58
October 3, 2014
View f440c6b

Fix builder/parser so it keeps some whitespace on split lines. If previous line ends with whitespace, or next line starts with whitepsace we need to preserve a space otherwise things line: RUN echo\ hello will appear as: RUN echohello

Doug Davis authored on 2014/10/03 08:58:53
August 30, 2014
View 6b322ad

builder/parser: fix handling of empty strings as the only argument.

Erik Hollensbe authored on 2014/08/30 05:04:34
View 234f0e4

builder/parser/dumper: Handle newlines appropriately.

Erik Hollensbe authored on 2014/08/30 04:49:16
August 6, 2014
View d6c0bbc

builder: add command handling to evaluator.

Erik Hollensbe authored on 2014/08/06 07:41:09
View 22c46af

builder: parser and beginnings of the evaluator

Erik Hollensbe authored on 2014/08/06 05:17:40