{"id":19736129,"url":"https://github.com/arnauld/steam","last_synced_at":"2025-02-27T21:43:52.667Z","repository":{"id":138358621,"uuid":"1622420","full_name":"Arnauld/Steam","owner":"Arnauld","description":"The next-gen smoky and experimental language","archived":false,"fork":false,"pushed_at":"2011-05-01T09:38:12.000Z","size":148,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T18:55:24.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/Arnauld.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2011-04-16T08:49:12.000Z","updated_at":"2015-01-15T04:00:26.000Z","dependencies_parsed_at":"2023-03-14T04:46:13.043Z","dependency_job_id":null,"html_url":"https://github.com/Arnauld/Steam","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnauld%2FSteam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnauld%2FSteam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnauld%2FSteam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnauld%2FSteam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arnauld","download_url":"https://codeload.github.com/Arnauld/Steam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241062520,"owners_count":19902904,"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":[],"created_at":"2024-11-12T01:05:23.433Z","updated_at":"2025-02-27T21:43:52.647Z","avatar_url":"https://github.com/Arnauld.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Steam: the Next-Gen smoky and experimental Language\n===================================================\n\n\nSample SBT project that process an Antlr grammar, generates the corresponding lexer and parser\nand add generated java folder to the source folder list.\n\n\nResources\n===================================================\n\n* [ANTLR](http://www.antlr.org)\n* [GIT branching model](http://nvie.com/posts/a-successful-git-branching-model/)\n* [Test driven development with ANTLR](http://www.antlr.org/wiki/display/ANTLR3/Test-Driven+Development+with+ANTLR)\n\n\nHistory\n===================================================\n\nThe language diary\n\n## Day one (tag 'day-one')\n\n* Project setup\n* Simplify starting grammar\n* Add simple specs test\n* tag the day one code\n\n     git tag -a day-one -m \"End of Day One\"\n\n## Day two (tag 'day-two')\n\n* Add qualified identifier\n\n        qualifiedIdentifier returns [QualifiedIdentifier result]\n        @init { List\u003cString\u003e path = new ArrayList\u003cString\u003e (); } :\n          id=Identifier { path.add(id.getText()); } (':' id=Identifier { path.add(id.getText()); })*\n        {\n          log.debug(\"qualifiedIdentifier from \"+path);\n          result = new QualifiedIdentifier(path.toArray(new String[path.size()]));\n        };\n\n* Modify grammar, 'require' now takes a qualified identifier\n* Fix tests according to this new behavior\n* Add logger to the parser:\n\n        @parser::members {\n            org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(getClass());\n        }\n\n* Push created tags in the remote repository (github)\n\n        git push --tags\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnauld%2Fsteam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnauld%2Fsteam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnauld%2Fsteam/lists"}