{"id":20961007,"url":"https://github.com/b72u68/tree-sitter-iitran","last_synced_at":"2026-05-03T05:33:41.219Z","repository":{"id":135264500,"uuid":"532421311","full_name":"b72u68/tree-sitter-iitran","owner":"b72u68","description":"IITRAN grammar for tree-sitter","archived":false,"fork":false,"pushed_at":"2022-09-12T02:51:58.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T07:08:20.340Z","etag":null,"topics":["iitran","lexer","parser","syntax-highlighting","tree-sitter","tree-sitter-parser"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b72u68.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-09-04T02:40:50.000Z","updated_at":"2022-09-08T15:15:43.000Z","dependencies_parsed_at":"2024-04-21T19:50:05.210Z","dependency_job_id":null,"html_url":"https://github.com/b72u68/tree-sitter-iitran","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b72u68/tree-sitter-iitran","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b72u68%2Ftree-sitter-iitran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b72u68%2Ftree-sitter-iitran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b72u68%2Ftree-sitter-iitran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b72u68%2Ftree-sitter-iitran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b72u68","download_url":"https://codeload.github.com/b72u68/tree-sitter-iitran/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b72u68%2Ftree-sitter-iitran/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32559716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["iitran","lexer","parser","syntax-highlighting","tree-sitter","tree-sitter-parser"],"created_at":"2024-11-19T02:00:48.025Z","updated_at":"2026-05-03T05:33:41.193Z","avatar_url":"https://github.com/b72u68.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tree-sitter-iitran\n\n(Mini)IITRAN grammar for [tree-sitter](https://tree-sitter.github.io/tree-sitter/).\n\nReferences\n\n- [IITRAN - Wikipedia](https://en.wikipedia.org/wiki/IITRAN)\n\n- [IITRAN / 360: Self-Instructional Manual and Text]() by Charles R. Bauer\n\n- Courtesy to professor Stefan Muller (visit his website [here](http://cs.iit.edu/~smuller/))\n  for coming up with the grammar for MiniIITRAN for [CS 443: Compiler Construction](http://cs.iit.edu/~smuller/cs443-f22/index.html)\n  course at Illinois Institute of Technology.\n\n## Installation\n\nFollow this [isntruction](https://github.com/nvim-treesitter/nvim-treesitter#adding-parsers)\nto add new parser and this [instruction](https://github.com/nvim-treesitter/nvim-treesitter#adding-queries)\nto add queries to `nvim-treesitter`.\n\nTo make Neovim detect `iitran` filetype and inject `queries` script, follow the\ninstruction in [Neovim's `vim.filetype.add()`](\u003chttps://neovim.io/doc/user/lua.html#vim.filetype.add()\u003e)\nor choose one of the following methods and make edit to your `init.vim`\n\n- Add new filetype to Vim/Neovim\n\n```vimscript\nlua \u003c\u003c EOF\nvim.filetype.add({\n    extension = {\n        iit='iitran'\n    }\n})\nEOF\n```\n\nso Vim/Neovim can detect `iitran` file type from the file extension `.iit`.\n\n- Add autocommand to detect filetype in opening buffer\n\n```vimscript\nautocmd BufNewFile,BufRead *.iit set filetype=iitran\n```\n\nto set filetype of the current buffer with `.iit` file extension to `iitran`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb72u68%2Ftree-sitter-iitran","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb72u68%2Ftree-sitter-iitran","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb72u68%2Ftree-sitter-iitran/lists"}