--- title: "Little Languages" type: "article" slug: "little-languages-4" url: "http://localhost/article/little-languages-4/" markdown_url: "http://localhost/article/little-languages-4.md" published_at: "2026-01-21T15:18:35+00:00" modified_at: "2026-01-21T15:18:36+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The parser is part of a compiler (or translator) that decides if the incoming code is syntactically correct. It makes sure that what you are saying in a particular language is valid." 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: "8" issue: "12" issues_articles: - id: 38927 title: "CATS v8 n12" type: "issue" url: "http://localhost/issue/cats-v8-n12/" pages: "8-10" pubdate: "May 1991" archive_link: false --- # Little Languages The parser is part of a compiler (or translator) that decides if the incoming code is syntactically correct. It makes sure that what you are saying in a particular language is valid.