{"id":16184388,"url":"https://github.com/mattmezza/reminder-lang","last_synced_at":"2025-04-07T12:46:29.926Z","repository":{"id":57736648,"uuid":"86516610","full_name":"mattmezza/reminder-lang","owner":"mattmezza","description":"The Reminder Lang","archived":false,"fork":false,"pushed_at":"2017-04-09T19:21:12.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T15:36:37.943Z","etag":null,"topics":["calendar","events","language","lexer","parser","reminder"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/mattmezza.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}},"created_at":"2017-03-28T23:16:44.000Z","updated_at":"2017-04-09T16:05:06.000Z","dependencies_parsed_at":"2022-08-24T14:57:21.497Z","dependency_job_id":null,"html_url":"https://github.com/mattmezza/reminder-lang","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freminder-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freminder-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freminder-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freminder-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmezza","download_url":"https://codeload.github.com/mattmezza/reminder-lang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247656079,"owners_count":20974292,"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":["calendar","events","language","lexer","parser","reminder"],"created_at":"2024-10-10T07:10:01.212Z","updated_at":"2025-04-07T12:46:29.910Z","avatar_url":"https://github.com/mattmezza.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"The Reminder Lang\n======\n\nThis is a language for reminders.\n\n#### Usage\n\n`compile 'me.matteomerola.reminderlang:reminderlang:0.1.0'` with `jcenter()` in the repositories.\n\n```java\nList\u003cLexer.Token\u003e tokens = ;\ntry {\n  String text = \"\\\"Buy milk\\\" tomorrow at 17\";\n  Parser parser = new Parser(text, Lexer.lex(text));\n  Reminder r = parser.parse();\n} catch (ParseException e) {\n  // ...\n}\n```\n\n#### Sample\n\nRun the sample in this way\n\n- `git clone https://github.com/mattmezza/reminder-lang.git .`\n- `./gradlew --console plain :sample:run`\n- launches the interpreter: write your reminder\n- the interpreter will print out the parsed reminder\n\n\n\n\n###### © Matteo Merola","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Freminder-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmezza%2Freminder-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Freminder-lang/lists"}