{"id":17219338,"url":"https://github.com/andreafioraldi/til-compiler","last_synced_at":"2025-03-25T14:42:01.830Z","repository":{"id":86885283,"uuid":"83360929","full_name":"andreafioraldi/TIL-Compiler","owner":"andreafioraldi","description":"Tripel Intermediate Language Compiler - Compile an XML based assembly language to bytecode for the Tripel Virtual Machine","archived":false,"fork":false,"pushed_at":"2017-04-02T10:37:54.000Z","size":110,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T13:26:18.302Z","etag":null,"topics":["assembly-language","bison","bytecode","c","cmake","compiler","flex","language-compiler","libxml2","parser","xml"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreafioraldi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2017-02-27T21:55:11.000Z","updated_at":"2023-02-27T23:12:27.000Z","dependencies_parsed_at":"2023-05-29T17:15:14.149Z","dependency_job_id":null,"html_url":"https://github.com/andreafioraldi/TIL-Compiler","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/andreafioraldi%2FTIL-Compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2FTIL-Compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2FTIL-Compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2FTIL-Compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreafioraldi","download_url":"https://codeload.github.com/andreafioraldi/TIL-Compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245484622,"owners_count":20623117,"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":["assembly-language","bison","bytecode","c","cmake","compiler","flex","language-compiler","libxml2","parser","xml"],"created_at":"2024-10-15T03:49:39.960Z","updated_at":"2025-03-25T14:42:01.796Z","avatar_url":"https://github.com/andreafioraldi.png","language":"C","readme":"# TIL-Compiler\nTripel Intermediate Language Compiler - Compile an XML based assembly language to bytecode for the Tripel Virtual Machine.\n\n## Dependencies\nNeeded libraries:\n+ libxml2 - http://xmlsoft.org/\n\nBuild tool:\n+ cmake (version \u003e= 3.0.2) - https://cmake.org/\n\n## How to install\n```shell\ncd \u003cbuild-dir\u003e\ncmake \u003csource-dir\u003e\nmake\nsudo make install\n```\n\n## Usage\n```\ntilc [options] \u003csource-file\u003e\n```\nOptions:\n+ ```--help``` Show help about usage\n+ ```--info``` Print compiler build info\n+ ```--stdout``` Print compiled bytecode to standard output\n+ ```--stdin``` Get source code from standard input\n+ ```-o \u003cfile\u003e``` Set output file name\n\n## License\n\n\u003e Copyright 2017 Andrea Fioraldi \u003candreafioraldi@gmail.com\u003e\n\u003e \n\u003e TIL Compiler is free software; you can redistribute it and/or modify\n\u003e it under the terms of the GNU Lesser General Public License as published by\n\u003e the Free Software Foundation; either version 3 of the License, or\n\u003e (at your option) any later version.\n\u003e \n\u003e TIL Compiler is distributed in the hope that it will be useful,\n\u003e but WITHOUT ANY WARRANTY; without even the implied warranty of\n\u003e MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\u003e GNU Lesser General Public License for more details.\n\u003e \n\u003e You should have received a copy of the GNU Lesser General Public License\n\u003e along with this program; if not, write to the Free Software\n\u003e Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,\n\u003e MA 02110-1301, USA.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafioraldi%2Ftil-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreafioraldi%2Ftil-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafioraldi%2Ftil-compiler/lists"}