{"id":19514251,"url":"https://github.com/nejcc/ice","last_synced_at":"2026-01-08T11:02:42.678Z","repository":{"id":257459746,"uuid":"858339368","full_name":"Nejcc/ice","owner":"Nejcc","description":"Ice programing","archived":false,"fork":false,"pushed_at":"2024-09-16T18:29:27.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T09:12:48.114Z","etag":null,"topics":["ice","interpreter","lexer","parser","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Nejcc.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-09-16T18:13:52.000Z","updated_at":"2024-09-17T07:47:38.000Z","dependencies_parsed_at":"2024-09-19T20:30:23.344Z","dependency_job_id":null,"html_url":"https://github.com/Nejcc/ice","commit_stats":null,"previous_names":["nejcc/ice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nejcc/ice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nejcc","download_url":"https://codeload.github.com/Nejcc/ice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275161810,"owners_count":25416063,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ice","interpreter","lexer","parser","python"],"created_at":"2024-11-10T23:35:39.122Z","updated_at":"2026-01-08T11:02:37.647Z","avatar_url":"https://github.com/Nejcc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"run: \n```\npython -m src.cli run examples/hello_world.ice\n```\n\nTree\n\n```\nice-language/\n├── src/\n│   ├── __init__.py            # Makes 'src' a Python package\n│   ├── cli.py                 # CLI tool for handling commands\n│   ├── lexer.py               # Lexer: Tokenizes the source code\n│   ├── parser.py              # Parser: Creates AST from tokens\n│   ├── interpreter.py         # Interpreter: Executes the AST\n│   ├── compiler.py            # Compiler: Compiles the AST into machine code or intermediate representation\n│   ├── runtime/\n│   │   └── runtime.py         # Handles memory management, function calls, etc.\n│   └── stdlib/\n│       ├── io.ice             # IO functions\n│       ├── math.ice           # Math functions\n│       └── string.ice         # String manipulation functions\n├── examples/\n│   ├── hello_world.ice        # Example ICE program\n│   ├── test.ice               # Another example program for testing\n│   └── more_examples/\n├── tests/\n│   ├── lexer_test.py          # Tests for lexer\n│   ├── parser_test.py         # Tests for parser\n│   ├── interpreter_test.py    # Tests for interpreter\n│   └── compiler_test.py       # Tests for compiler\n├── build/\n│   ├── output/                # Compiled output files\n│   └── cache/                 # Cache for intermediate files or compilation data\n├── docs/\n│   ├── language_spec.md       # Language specifications\n│   └── user_guide.md          # User guide for ICE language\n└── README.md                  # Readme file\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcc%2Fice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnejcc%2Fice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcc%2Fice/lists"}