add english words list
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -57,5 +57,8 @@ dist-newstyle
|
|||||||
*.hi
|
*.hi
|
||||||
*.conf
|
*.conf
|
||||||
|
|
||||||
|
#coredumps lol
|
||||||
|
core.*
|
||||||
|
|
||||||
#this isn't needed but I can't delete it, thanks nixos
|
#this isn't needed but I can't delete it, thanks nixos
|
||||||
nixtclnonsense
|
nixtclnonsense
|
||||||
|
@ -88,6 +88,9 @@ snit::type versioned_interpreter {
|
|||||||
set fuku [read $ff]
|
set fuku [read $ff]
|
||||||
set hng [split $fuku "\n"]
|
set hng [split $fuku "\n"]
|
||||||
lappend script {*}$hng
|
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_procs_from_repository]
|
||||||
lappend script [$self read_vars_from_repository]
|
lappend script [$self read_vars_from_repository]
|
||||||
|
|
||||||
|
2
state
2
state
Submodule state updated: 8bc46804dc...57a2107ec4
Reference in New Issue
Block a user