Can now take input from stdin or file, and output to stdout or file. Translation occurs line-by-line in real time.
Instead of having the convert function act as a loop over an entire paragraph of text, it now operates as a single line conversion function with all global values stored externally.
Can now take input from stdin or file, and output to stdout or file. Translation occurs line-by-line in real time.
Instead of having the convert function act as a loop over an entire paragraph of text, it now operates as a single line conversion function with all global values stored externally.
Fun to play with!