add english words list
This commit is contained in:
parent
73e444fce2
commit
41c27d9466
3
.gitignore
vendored
3
.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
@ -1 +1 @@
|
|||||||
Subproject commit 8bc46804dcdd4604c4309e4ae7b28ab3ef63c42a
|
Subproject commit 57a2107ec4e8fb1238a2c66d57931cf69b3f1efc
|
Loading…
x
Reference in New Issue
Block a user