Skip to content

Releases: ahalbert/ted

v0.2.9

Choose a tag to compare

@ahalbert ahalbert released this 10 May 07:06
b25804c
  • Fixed a bug where ted would never halt on files without a final newline

v0.2.8

Choose a tag to compare

@ahalbert ahalbert released this 24 Jan 21:55
38b2249
  • Fixed bug where ted would crash when trying to replace an empty line

v0.2.7

Choose a tag to compare

@ahalbert ahalbert released this 05 Jan 22:06
9e4a249
  • Added workflow for unit tests
  • Fixed bug where clear command did not work

v0.2.6

Choose a tag to compare

@ahalbert ahalbert released this 02 Jan 01:34
7d5c79c

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

Choose a tag to compare

@ahalbert ahalbert released this 01 Jan 23:24
f8a2175

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

v0.2.4

Choose a tag to compare

@ahalbert ahalbert released this 30 Dec 00:10
6d70516
fix: StringTape Offset error (#63)

v0.2.3

Choose a tag to compare

@ahalbert ahalbert released this 29 Dec 23:30
7bd3a3b
fix: default variables not set (#62)

v0.2.2

Choose a tag to compare

@ahalbert ahalbert released this 29 Dec 22:24
28a4a3d
Fixed bug in types (#61)

v0.2.1

Choose a tag to compare

@ahalbert ahalbert released this 29 Dec 19:47
542af3b
Added support for runtime errors (#60)

Expression support

Choose a tag to compare

@ahalbert ahalbert released this 25 Dec 01:40
2bcafc0
v0.1.1

Added support for expressions and if statements (#42)