Commit graph

7 commits

Author SHA1 Message Date
JetSetIlly
4b99f3191b corrected FPU value negation. added tests
added FPU value "absolution" with tests
2023-08-07 19:29:44 +01:00
JetSetIlly
732c433cd2 tidied and simplified test package 2023-07-06 13:49:18 +01:00
JetSetIlly
178f05f17b updated go minimum version to 1.20
applied gofmt to source tree to update the documentation comments
2023-02-12 13:09:07 +00:00
JetSetIlly
298a5d343f updated copyright notice in all files
the note about historical versions also being covered wasn't strictly
needed and was ugly. the LICENCE being in the root file from the very
first commit is sufficient.
2020-07-26 20:18:56 +01:00
steve
16b15fad95 o added licence headers to all files 2020-01-05 18:58:43 +00:00
steve
e3ccbcbcd1 o commandline
- added support for placeholder labels
    - improved error messages
    - better help command

o debugger
    - command template is now labelled

o test
    - corrected "expect success" message
2020-01-05 18:58:43 +00:00
steve
15e418411d o test
- added Writer type. used for comparing buffered output with
	example strings
    - used by modalflag and symbols test package, although it may be
	used by other packages in the future
    - added ExpectedSuccess() and ExpectedFailure() functions
2020-01-05 18:58:40 +00:00