{"id":24865164,"url":"https://github.com/diku-dk/sml-parse","last_synced_at":"2026-01-07T00:15:24.393Z","repository":{"id":148050621,"uuid":"349523139","full_name":"diku-dk/sml-parse","owner":"diku-dk","description":"Standard ML Parser Combinator Library","archived":false,"fork":false,"pushed_at":"2024-09-10T20:25:15.000Z","size":33,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-01-31T23:57:55.509Z","etag":null,"topics":["smlpkg"],"latest_commit_sha":null,"homepage":"","language":"Standard ML","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/diku-dk.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":"2021-03-19T18:41:43.000Z","updated_at":"2024-09-14T02:15:39.000Z","dependencies_parsed_at":"2024-09-10T22:59:47.493Z","dependency_job_id":"5633d54b-ff54-4c70-bb1b-d6d832734bd2","html_url":"https://github.com/diku-dk/sml-parse","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diku-dk","download_url":"https://codeload.github.com/diku-dk/sml-parse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717628,"owners_count":20661143,"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":["smlpkg"],"created_at":"2025-01-31T23:57:59.785Z","updated_at":"2026-01-07T00:15:24.348Z","avatar_url":"https://github.com/diku-dk.png","language":"Standard ML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sml-parse [![CI](https://github.com/diku-dk/sml-parse/workflows/CI/badge.svg)](https://github.com/diku-dk/sml-parse/actions)\n\nStandard ML Parser Combinator Library and Scan Utilities.\n\n## Overview of MLB files\n\n- `lib/github.com/diku-dk/sml-parse/scan-util.mlb`:\n\n  - **signature** [`SCAN_UTIL`](lib/github.com/diku-dk/sml-parse/SCAN_UTIL.sig)\n  - **structure** `ScanUtil` :\u003e `SCAN_UTIL`\n\n- `lib/github.com/diku-dk/sml-parse/parse.mlb`:\n\n  - **signature** [`REGION`](lib/github.com/diku-dk/sml-parse/REGION.sig)\n  - **signature** [`PARSE`](lib/github.com/diku-dk/sml-parse/PARSE.sig)\n  - **structure** `Region` :\u003e `REGION`\n  - **structure** `Parse` :\u003e `PARSE`\n\n- `lib/github.com/diku-dk/sml-parse/char_token.mlb`:\n\n  - **signature** [`CHAR_TOKEN`](lib/github.com/diku-dk/sml-parse/CHAR_TOKEN.sig)\n  - **structure** `CharToken` :\u003e `CHAR_TOKEN`\n\n- `lib/github.com/diku-dk/sml-parse/simple_token.mlb`:\n\n  - **signature** [`SIMPLE_TOKEN`](lib/github.com/diku-dk/sml-parse/SIMPLE_TOKEN.sig)\n  - **structure** `SimpleToken` :\u003e `SIMPLE_TOKEN`\n\n## Use of the package\n\nThis library is set up to work well with the SML package manager\n[smlpkg](https://github.com/diku-dk/smlpkg).  To use the package, in\nthe root of your project directory, execute the command:\n\n```\n$ smlpkg add github.com/diku-dk/sml-parse\n```\n\nThis command will add a _requirement_ (a line) to the `sml.pkg` file in your\nproject directory (and create the file, if there is no file `sml.pkg`\nalready).\n\nTo download the library into the directory\n`lib/github.com/diku-dk/sml-parse` (along with other necessary\nlibraries), execute the command:\n\n```\n$ smlpkg sync\n```\n\nYou can now reference the `mlb`-file using relative paths from within\nyour project's `mlb`-files.\n\nNotice that you can choose either to treat the downloaded package as\npart of your own project sources (vendoring) or you can add the\n`sml.pkg` file to your project sources and make the `smlpkg sync`\ncommand part of your build process.\n\n## Try it!\n\nThe parser combinator library works with either\n[MLton](http://mlton.org) or [MLKit](http://elsman.com/mlkit/).\n\nNow write\n\n    $ smlpkg sync\n\nThen simply write `make test` in your shell.\n\nTo use the MLKit as a compiler, write instead:\n\n    $ MLCOMP=mlkit make clean test\n\n## Authors\n\nCopyright (c) 2015-2021 Martin Elsman, Martin Dybdal, University of\nCopenhagen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiku-dk%2Fsml-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiku-dk%2Fsml-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiku-dk%2Fsml-parse/lists"}