├── .gitignore ├── ChangeLog ├── README ├── README.md ├── american ├── amspell.v10 ├── british ├── brspell.v10 ├── code.h ├── list ├── local ├── makefile ├── mkfile ├── pcode.c ├── spell-wrapper.sh ├── spell.1 ├── spell.pdf ├── spellsh.in ├── sprog.c └── stop /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/.gitignore -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/ChangeLog -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/README -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/README.md -------------------------------------------------------------------------------- /american: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/american -------------------------------------------------------------------------------- /amspell.v10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/amspell.v10 -------------------------------------------------------------------------------- /british: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/british -------------------------------------------------------------------------------- /brspell.v10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/brspell.v10 -------------------------------------------------------------------------------- /code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/code.h -------------------------------------------------------------------------------- /list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/list -------------------------------------------------------------------------------- /local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/local -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/makefile -------------------------------------------------------------------------------- /mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/mkfile -------------------------------------------------------------------------------- /pcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/pcode.c -------------------------------------------------------------------------------- /spell-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/spell-wrapper.sh -------------------------------------------------------------------------------- /spell.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/spell.1 -------------------------------------------------------------------------------- /spell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/spell.pdf -------------------------------------------------------------------------------- /spellsh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/spellsh.in -------------------------------------------------------------------------------- /sprog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/sprog.c -------------------------------------------------------------------------------- /stop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoldrobbins/v10spell/HEAD/stop --------------------------------------------------------------------------------