TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Just Another Configuration Language

3 点作者 ytklx将近 6 年前

2 条评论

ytklx将近 6 年前
I am fed up with config languages where indentation matters or which require strange syntax to support a few levels of nested maps or require a manual to write a few lines of config.<p>I was dreaming of a config language which is as simple as JSON but also has a few niceties so it&#x27;s not a pain to read&#x2F;write it. This is what I came up with.<p>The golang implementation of the language is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;yuce&#x2F;go-jacl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yuce&#x2F;go-jacl</a> The language grammar is in ANTLR4, so it should be easy to add support for other languages.<p>Hopefully this is useful to someone else.
Vosporos将近 6 年前
According to you, what would be the differences with Dhall?
评论 #20319689 未加载