--- title: "Little Languages" type: "article" slug: "little-languages-5" url: "http://localhost/article/little-languages-5/" markdown_url: "http://localhost/article/little-languages-5.md" published_at: "2026-01-21T15:26:39+00:00" modified_at: "2026-01-21T15:26:40+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The last part of the project is the code generator. This procedure takes the output from the lexical analyser and turns the tokens into SuperBasic code." category: - name: "CATS Newsletter" slug: "cats-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/cats-newsletter/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" publication_r: id: 35941 title: "CATS Newsletter" type: "periodical" url: "http://localhost/periodical/cats-newsletter/" authors_r: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" volume: "9" issue: "1" issues_articles: - id: 38929 title: "CATS v9 n1" type: "issue" url: "http://localhost/issue/cats-v9-n1/" pages: "5-6" pubdate: "June 1991" archive_link: false --- # Little Languages The last part of the project is the code generator. This procedure takes the output from the lexical analyser and turns the tokens into SuperBasic code.