add english words list

This commit is contained in:
Boris Jerkson
2022-12-27 15:33:07 -08:00
parent 73e444fce2
commit 41c27d9466
3 changed files with 8 additions and 2 deletions

5
.gitignore vendored
View File

@ -57,5 +57,8 @@ dist-newstyle
*.hi
*.conf
#coredumps lol
core.*
#this isn't needed but I can't delete it, thanks nixos
nixtclnonsense
nixtclnonsense

View File

@ -88,6 +88,9 @@ snit::type versioned_interpreter {
set fuku [read $ff]
set hng [split $fuku "\n"]
lappend script {*}$hng
set english_words_f [open [$self path "english_words.txt"] r]
set english_words [split [read $english_words_f] "\n"]
lappend script "set english_words [list $english_words]"
lappend script [$self read_procs_from_repository]
lappend script [$self read_vars_from_repository]

2
state

Submodule state updated: 8bc46804dc...57a2107ec4