convert_case

command
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 9 Imported by: 0

README

convert_case

Convert test case data in assembler source of Z80 Exerciser to "internal/zes".Case for Go.

Z80 Exerciserのアセンブラソース内のケースデータを Goの "internal/zex".Case に変換・出力するツール

How to use

$ go run ./cmd/convert_case < _z80/zexdoc.asm > internal/zex/doc.go

$ go run ./cmd/convert_case < _z80/zexall.asm | sed -e 's/Doc/All/g' > internal/zex/all.go

Notes

Read from STDIN, Write to STDOUT.

The data names in the test cases are prefixed with Doc. For zexall, replace these with All.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL