hw-lang
v1.0.0
Published
The ultimate Hello World language
Downloads
3
Readme
HW
The ultimate language for printing Hello World!
Installation
$ npm i -g hw-lang
Usage
$ hw file.hw
Example
example.hw
cH
$ hw example.hw # Hello, world
Language
HW recognizes 5 commands:
c
: place a comma between the words "hello" and "world"e
: place an exclamation point(!) at the endn
: print a newlineH
: print "Hello" instead of "hello"W
: print "World" instead of "world"
Commands can be placed in any order. All other characters are ignored and can be used as comments.