{"id":21712087,"url":"https://github.com/ltcmelo/uaiso","last_synced_at":"2025-04-12T17:52:12.455Z","repository":{"id":76160281,"uuid":"42417932","full_name":"ltcmelo/uaiso","owner":"ltcmelo","description":"A multi-language parsing infrastructure with an unified AST","archived":false,"fork":false,"pushed_at":"2017-07-15T00:02:58.000Z","size":1505,"stargazers_count":99,"open_issues_count":0,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-26T12:11:52.888Z","etag":null,"topics":["ast","cplusplus","golang","haskell","ide","parsing","python"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ltcmelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2015-09-14T00:14:12.000Z","updated_at":"2024-12-07T14:36:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"8aae3f76-6bf5-4916-86a4-8738b358843d","html_url":"https://github.com/ltcmelo/uaiso","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltcmelo%2Fuaiso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltcmelo%2Fuaiso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltcmelo%2Fuaiso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltcmelo%2Fuaiso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltcmelo","download_url":"https://codeload.github.com/ltcmelo/uaiso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610407,"owners_count":21132920,"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":["ast","cplusplus","golang","haskell","ide","parsing","python"],"created_at":"2024-11-25T23:33:39.972Z","updated_at":"2025-04-12T17:52:12.448Z","avatar_url":"https://github.com/ltcmelo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uaiso\n\nUaiso is a parsing infrastructure that provides a unifying AST (Abstract Syntax Tree) and semantic services across programming languages. Ideally it can be used to:\n\n* Produce code completion on IDEs/text editors\n* Perform static analysis on programs\n* Generate LLVM code (or any other)\n\n## Supported languages\n\nLanguage | Version | Parser | AST | Semantics | Active | Demo\n---------|---------|--------|-----|-----------|--------|------\nD | 2.0 | bison, GLR | partial | ok | no | [D completion](https://youtu.be/71aqIwv3vJs)\nGo | 1.5+ | bison, GLR | complete | ok | yes | [Go completion](https://youtu.be/nUpcVBAw0DM)\nHaskell | 2010 | LL(k) | WIP | ? | yes | -\nPython | 2.x | LL(1) | complete | basic | yes | [Overall intro](https://youtu.be/71aqIwv3vJs)\n\n## Prerequisites\n\nThe source is written in standard C++. You should be able to build it anywhere, but I'm developing on Clang/OSX. Make sure to use --recursive to clone.\n\n* Cmake\n* Python\n* Flex/Bison\n* C++14 compiler\n\nObs: There's code relying on Unix-like paths, which I need to work on for Windows.\n\n## Plugins\n\nUaiso is a library. In order to use it within an IDE/text editor you need to write a plugin. There's an experimental one available for Qt Creator: https://github.com/ltcmelo/uaiso-plugins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltcmelo%2Fuaiso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltcmelo%2Fuaiso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltcmelo%2Fuaiso/lists"}