https://github.com/hvml/hvml-docs
Specification drafts, articles, and samples about HVML
https://github.com/hvml/hvml-docs
hvml
Last synced: about 2 months ago
JSON representation
Specification drafts, articles, and samples about HVML
- Host: GitHub
- URL: https://github.com/hvml/hvml-docs
- Owner: HVML
- Created: 2020-08-20T02:29:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T03:49:23.000Z (2 months ago)
- Last Synced: 2025-03-29T10:10:00.659Z (2 months ago)
- Topics: hvml
- Language: Vim Script
- Homepage: https://hvml.fmsoft.cn/
- Size: 7.09 MB
- Stars: 115
- Watchers: 2
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HVML Documents
Articles and documents about HVML.
This repository contains some articles, guides, and documents about HVML.
## Documents in English
To quickly learn how to program with HVML, please refer to the tutorial (80% complete):
- [Learn HVML Programming in 30 Minutes](en/learn-hvml-programming-in-30-minutes-en.md)
For an detailed introduction to HVML, please refer to the article (10% complete):
- [HVML, a Programable Markup Language](en/an-introduction-to-hvml-en.md)
## 中文文档
### 入门
- [30 分钟学会 HVML 编程](zh/learn-hvml-programming-in-30-minutes-zh.md)
- [用 HVML 写一个计算器](zh/writing-a-calculator-by-using-hvml-step-by-step.md)
- [漫谈 HVML:它的由来和未来](zh/brief-introduction-to-hvml-zh.md)### 规范
当前版本:
- [HVML 规范(V1.0)](zh/hvml-spec-v1.0-zh.md)
- [HVML 预定义变量(V1.0)](zh/hvml-spec-predefined-variables-v1.0-zh.md)老的版本:
- [HVML 规范(V0.9)](zh/hvml-spec-v0.9-zh.md)
### 设计
- [HVML 解释器的设计:一种数据驱动的动态标记语言的解释器实现](interpreter/zh.md)
- [基于 HVML 的远程应用:一种支持远程应用的方法及装置](cloudapp/zh.md)