https://github.com/idml-lang/idml
idML | Parser
https://github.com/idml-lang/idml
delimiter indented language markup parser
Last synced: 11 months ago
JSON representation
idML | Parser
- Host: GitHub
- URL: https://github.com/idml-lang/idml
- Owner: idml-lang
- License: apache-2.0
- Created: 2025-03-18T15:11:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T08:36:31.000Z (about 1 year ago)
- Last Synced: 2025-06-21T13:05:09.434Z (12 months ago)
- Topics: delimiter, indented, language, markup, parser
- Language: Rust
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**idML** | Indented Delimiter Markup Language
# idML parser
[![Crates.io][crates-badge]][crates-url]
![Code coverage][coverage-badge]
![build Linux][build-badge-linux]
![build Windows][build-badge-windows]
![build MacOs][build-badge-macos]
![build MacOs arm64][build-badge-macos-arm64]
[![MIT licensed][mit-badge]][mit-license-url]
[![Apache 2.0 licensed][apache-badge]][apache-license-url]
[![Contributor Covenant][cc-badge]][cc-url]
[![Made by Human][mbh-badge]][cc-url]
[crates-badge]: https://img.shields.io/crates/v/idml.svg
[crates-url]: https://crates.io/crates/idml
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://opensource.org/licenses/MIT
[mit-license-url]: https://github.com/EngosSoftware/idml/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[apache-url]: https://www.apache.org/licenses/LICENSE-2.0
[apache-license-url]: https://github.com/EngosSoftware/idml/blob/main/LICENSE
[apache-notice-url]: https://github.com/EngosSoftware/idml/blob/main/NOTICE
[build-badge-linux]: https://github.com/EngosSoftware/idml/actions/workflows/build-linux.yml/badge.svg
[build-badge-windows]: https://github.com/EngosSoftware/idml/actions/workflows/build-windows.yml/badge.svg
[build-badge-macos]: https://github.com/EngosSoftware/idml/actions/workflows/build-macos.yml/badge.svg
[build-badge-macos-arm64]: https://github.com/EngosSoftware/idml/actions/workflows/build-macos-arm64.yml/badge.svg
[coverage-badge]: https://img.shields.io/badge/Code%20coverage-100%25-green.svg
[cc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
[cc-url]: https://github.com/EngosSoftware/idml/blob/main/CODE_OF_CONDUCT.md
[mbh-badge]: https://img.shields.io/badge/Made_by-HUMAN-d35400.svg
[repository-url]: https://github.com/EngosSoftware/idml
## Overview
Parser for Indented Delimiter Markup Language.
## License
Licensed under either of
- [MIT license][mit-url] (see [LICENSE-MIT][mit-license-url]) or
- [Apache License, Version 2.0][apache-url] (see [LICENSE][apache-license-url] and [NOTICE][apache-notice-url])
at your option.
## Contribution
Any contributions to [**idml**][repository-url] are greatly appreciated.
All contributions intentionally submitted for inclusion in the work by you,
shall be dual licensed as above, without any additional terms or conditions.
---
Brought to you with 💙 by [Engos Software](https://engos.de)