retroforth/tools/book-chapters.retro
crc e84bd6a953 epub: fix more problems, now down to 7 errors when validating the output file
FossilOrigin-Name: aaee7a1f4a5931470b6974cc320e8bda43cf14f71b523ecd3a207387e119bedd
2020-09-25 15:45:41 +00:00

67 lines
1.6 KiB
Text
Executable file

This contains the list of files for the chapters in the book.
~~~
{
'general/introduction
'general/copyrights
'building/obtaining
'building/unix
'building/windows
'building/alternatives
'building/advanced
'general/starting
'general/basic-interactions
'general/retro-unu
'general/quick-tutorial
'general/syntax
'toolchain/info/additional-tools
'toolchain/info/retro-compiler
'toolchain/man/retro
'toolchain/man/retro-describe
'toolchain/man/retro-document
'toolchain/man/retro-embedimage
'toolchain/man/retro-extend
'toolchain/man/retro-locate
'toolchain/man/retro-muri
'toolchain/man/retro-tags
'techniques/naming-conventions
'techniques/return-stack
'techniques/stack-diagrams
'techniques/arrays
'techniques/assembly
'techniques/buffer
'techniques/characters
'techniques/definitions
'techniques/dictionary
'techniques/floating-point
'techniques/files
'techniques/loops
'techniques/numbers
'techniques/pointers
'techniques/quotes
'techniques/sockets
'techniques/scripting
'techniques/strings
'techniques/using-combinators
'techniques/word-classes
'techniques/checking-the-version
'techniques/errors
'techniques/lexical-scope
'techniques/the-stacks
'internals/nga
'internals/interface-layers
'internals/io
'internals/image
'tech-notes/historical-papers
'tech-notes/metacompilation
'tech-notes/self-hosting
'tech-notes/prefixes
'tech-notes/kernel-words
'tech-notes/ngaro-to-nga
'tech-notes/retro11-retrospective
'tech-notes/security
'tech-notes/underscores-in-names
'tech-notes/code-it-yourself
'general/deprecation
} 'TOC const
~~~