Go to file
Zorchenhimer 71a0c01db9
Implement RNG format blocks in sentences
The RNG blocks follow a slightly different format than the word blocks.
They are wrapped in square brackets instead of curly braces.  The format
is as follows:

    [cmd:arguments]

`cmd` can be one of either "rng" or "hide".  "rng" takes a comma
separated list as its arguments and will choose one option from the
list.  Only raw words are accepted here (word blocks are not parsed).
"hide" will randomly hide its arguments in the output string.  The
arguments for this command *are* parsed, so {word} and {{new_word}}
blocks can be used.
2021-02-21 20:30:09 -05:00
api Initial commit 2021-02-13 11:39:05 -05:00
cmd Rename generic.go to english.go 2021-02-17 09:17:04 -05:00
database Start implementing format sentences 2021-02-17 18:07:23 -05:00
frontend Rename Random() to Hack() 2021-02-14 16:49:11 -05:00
models Add note about irregular nouns not being implemented 2021-02-20 21:17:12 -05:00
.gitignore Initial commit 2021-02-13 11:39:05 -05:00
LICENSE.md Add MIT license 2021-02-13 12:05:28 -05:00
Makefile Fix makefile 2021-02-14 18:25:42 -05:00
english.go Implement RNG format blocks in sentences 2021-02-21 20:30:09 -05:00
go.mod Initial commit 2021-02-13 11:39:05 -05:00
go.sum Initial commit 2021-02-13 11:39:05 -05:00
hacker.go Start implementing format sentences 2021-02-17 18:07:23 -05:00
word_lists.json Implement RNG format blocks in sentences 2021-02-21 20:30:09 -05:00