{"id":22044720,"url":"https://github.com/slicetext/slicetext_lang","last_synced_at":"2026-04-30T00:36:32.050Z","repository":{"id":264947708,"uuid":"894725385","full_name":"slicetext/slicetext_lang","owner":"slicetext","description":"A little programming language","archived":false,"fork":false,"pushed_at":"2024-12-22T23:04:24.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T20:18:23.490Z","etag":null,"topics":["cmake","cplusplus","cpp","language","linux","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slicetext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-26T21:52:20.000Z","updated_at":"2024-12-12T15:05:31.000Z","dependencies_parsed_at":"2024-12-21T06:22:07.919Z","dependency_job_id":"e36d5996-b28d-4c09-875e-c0a7816e32d2","html_url":"https://github.com/slicetext/slicetext_lang","commit_stats":null,"previous_names":["slicetext/slicetext_lang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicetext%2Fslicetext_lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicetext%2Fslicetext_lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicetext%2Fslicetext_lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicetext%2Fslicetext_lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slicetext","download_url":"https://codeload.github.com/slicetext/slicetext_lang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245111946,"owners_count":20562512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cplusplus","cpp","language","linux","programming-language"],"created_at":"2024-11-30T13:07:43.522Z","updated_at":"2026-04-30T00:36:32.001Z","avatar_url":"https://github.com/slicetext.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slice Text\nThis is a little programming language project I've been working on for a while. There are other iterations of various success on my github.\nThis version is written in C++, with only the standard library.\n\n## Building\n### Dependencies\nThere are no dependencies other than cmake and gcc.\n### From Commandline\nJust run `cmake .` in the project directory and then run `make Lang`. Run with `./Lang.x86_64`!\n\n## Features\nRight now, the language lexes symbols, strings, operators, and numeric literals but only supports basic calculator-esque\nfeatures such as performing arithmatic with PEMDAS, as well as variable assignment.\n\nOperator | Function\n|:-:|---|\n\\* | Multiplication\n/ | Division\n\\+ | Addition\n\\- | Subtraction / Unary Negation\n\\*\\* | Exponents\n% | Modulo\n\u0026 | Bitwise And\n\\| | Bitwise Or\n^ | Bitwise Xor\n~ | Bitwise Not\n\\\u003e\\\u003e | Right Shift\n\u003c\u003c | Left Shift\n++ | Increment\n-- | Decrement\n= | Assignment\n\nThe language also supports several numeric notations.\n\nNotation | Example | Decimal Equivalent\n|---|---|:-:|\nDecimal | 21.034 | 21.034\nHex | 0xFA3 | 4003\nBinary | 0b11101 | 29\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicetext%2Fslicetext_lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslicetext%2Fslicetext_lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicetext%2Fslicetext_lang/lists"}