Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levkopo/lcml
https://github.com/levkopo/lcml
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/levkopo/lcml
- Owner: levkopo
- License: apache-2.0
- Created: 2021-06-26T18:26:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T17:11:00.000Z (over 3 years ago)
- Last Synced: 2023-10-20T21:13:57.490Z (about 1 year ago)
- Language: Kotlin
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LCML
[![CircleCI](https://circleci.com/gh/levkopo/lcml.svg?style=svg)](https://circleci.com/gh/levkopo/lcml)LC Markup Language
## Example
```lcml
document {
title = "LCML simple document"
authors [
"levkopo"
]
}database {
server = "192.168.0.1"
port = 8923i
maxConnections = 50i
}servers (
default = 2i
) [
(type = "alpha"){
ip = "127.0.0.1"
port = 80
}
(type = "beta"){
ip = "127.0.0.2"
port = 80
}
(type = "release"){
ip = "127.0.0.3"
port = 433
}
]```