retroforth/tools/book-chapters.retro
crc 3aa071944d initial docs on multicore support
FossilOrigin-Name: c28a8bedba4be3c9865b07b8b67cf4305ee6a244f9e1abb1fc7d2346b308576a
2021-10-08 09:37:52 +00:00

70 lines
4 KiB
Forth
Executable file

This contains the list of files for the chapters in the book.
~~~
{ { 'Introduction 'general/introduction }
{ 'Obtaining_RETRO 'building/obtaining }
{ 'Building_on_Unix 'building/unix }
{ 'Building_on_Windows 'building/windows }
{ 'Building_Alternative_Implementations 'building/alternatives }
{ 'Advanced_and_Custom_Builds 'building/advanced }
{ 'Starting_RETRO 'general/starting }
{ 'Basic_User_Interactions 'general/basic-interactions }
{ 'Literate_Source_With_Unu 'general/retro-unu }
{ 'Markdown 'general/markdown }
{ 'A_Quick_Tutorial 'general/quick-tutorial }
{ 'Syntax 'general/syntax }
{ 'Toolchain:_Additional_Tools 'toolchain/info/additional-tools }
{ 'Toolchain:_retro-compiler 'toolchain/info/retro-compiler }
{ 'Manpage:_retro(1) 'toolchain/man/retro }
{ 'Manpage:_retro-describe(1) 'toolchain/man/retro-describe }
{ 'Manpage:_retro-document(1) 'toolchain/man/retro-document }
{ 'Manpage:_retro-embedimage(1) 'toolchain/man/retro-embedimage }
{ 'Manpage:_retro-extend(1) 'toolchain/man/retro-extend }
{ 'Manpage:_retro-locate(1) 'toolchain/man/retro-locate }
{ 'Manpage:_retro-muri(1) 'toolchain/man/retro-muri }
{ 'Manpage:_retro-tags(1) 'toolchain/man/retro-tags }
{ 'Naming_Conventions 'techniques/naming-conventions }
{ 'The_Return_Stack 'techniques/return-stack }
{ 'Stack_Diagrams 'techniques/stack-diagrams }
{ 'Arrays 'techniques/arrays }
{ 'Assembly 'techniques/assembly }
{ 'Buffer 'techniques/buffer }
{ 'Characters 'techniques/characters }
{ 'Defining_Words 'techniques/definitions }
{ 'The_Dictionary 'techniques/dictionary }
{ 'Floating_Point 'techniques/floating-point }
{ 'Working_With_Files 'techniques/files }
{ 'Loops 'techniques/loops }
{ 'Numbers 'techniques/numbers }
{ 'Pointers 'techniques/pointers }
{ 'Quotes 'techniques/quotes }
{ 'Sockets 'techniques/sockets }
{ 'Scripting 'techniques/scripting }
{ 'Strings 'techniques/strings }
{ 'Using_Combinators 'techniques/using-combinators }
{ 'Word_Classes 'techniques/word-classes }
{ 'Checking_the_Version 'techniques/checking-the-version }
{ 'Errors 'techniques/errors }
{ 'Lexical_Scope 'techniques/lexical-scope }
{ 'The_Stacks 'techniques/the-stacks }
{ 'Multicore_Support 'techniques/multicore }
{ 'The_Nga_Virtual_Machine 'internals/nga }
{ 'Interface_Layers 'internals/interface-layers }
{ 'Basic_I/O 'internals/io }
{ 'Detailed_I/O 'internals/io-devices }
{ 'Image 'internals/image }
{ 'Calling_Retro_From_C 'internals/calling-retro-from-c }
{ 'Historical_Papers 'tech-notes/historical-papers }
{ 'Metacompiling 'tech-notes/metacompilation }
{ 'Self-Hosting 'tech-notes/self-hosting }
{ 'Sigils 'tech-notes/prefixes }
{ 'Kernel_Words 'tech-notes/kernel-words }
{ 'Ngaro_to_Nga 'tech-notes/ngaro-to-nga }
{ 'RETRO11_Retrospective 'tech-notes/retro11-retrospective }
{ 'Security 'tech-notes/security }
{ 'Underscores_in_Names 'tech-notes/underscores-in-names }
{ 'Code_It_Yourself_Manifesto 'tech-notes/code-it-yourself }
{ 'Deprecation_Policy 'general/deprecation }
{ 'Copyrights 'general/copyrights }
} 'TOC const
~~~