Skip to content

Releases: ahalbert/ted

v0.2.9

10 May 07:06
b25804c

Choose a tag to compare

  • Fixed a bug where ted would never halt on files without a final newline

v0.2.8

24 Jan 21:55
38b2249

Choose a tag to compare

  • Fixed bug where ted would crash when trying to replace an empty line

v0.2.7

05 Jan 22:06
9e4a249

Choose a tag to compare

  • Added workflow for unit tests
  • Fixed bug where clear command did not work

v0.2.6

02 Jan 01:34
7d5c79c

Choose a tag to compare

Bugfixes:

  • Fixed problem where $@ variable was unreadable
  • Fixed infinite loop when parsing an illegal token
  • Fixed bug where output file was not set when using func (r *Runner) RunFSAFromString

v0.2.5

01 Jan 23:24
f8a2175

Choose a tag to compare

Fixed minor bug where -> with the anonymous state instead transitioned to END

v0.2.4

30 Dec 00:10
6d70516

Choose a tag to compare

fix: StringTape Offset error (#63)

v0.2.3

29 Dec 23:30
7bd3a3b

Choose a tag to compare

fix: default variables not set (#62)

v0.2.2

29 Dec 22:24
28a4a3d

Choose a tag to compare

Fixed bug in types (#61)

v0.2.1

29 Dec 19:47
542af3b

Choose a tag to compare

Added support for runtime errors (#60)

Expression support

25 Dec 01:40
2bcafc0

Choose a tag to compare

v0.1.1

Added support for expressions and if statements (#42)