harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
expr main (cuz)

let message "Use `because` instead of informal `cuz`"
let description "Expands the informal abbreviation `cuz` to the full word `because` for formality."
let kind "Style"
let becomes "because"

test "Stick around cuz I got a surprise for you at the end." "Stick around because I got a surprise for you at the end."