3个版本
0.0.2 | 2024年3月25日 |
---|---|
0.0.1 | 2024年3月24日 |
0.0.0 | 2024年3月24日 |
#138 在 编程语言 中
17KB
77 行
Rohanasantml:HTML的替代品
轻松以更好的方式编写混乱的HTML代码
html
head
title
{Rohanasantml}
title end
head end
body
div style="color:blue;"
h1
{Hello, How are you?}
h1 end
div end
body end
html end
编译
<html>
<head>
<title>
Rohanasantml
</title>
</head>
<body>
<div style="color:blue;">
<h1>
Hello, How are you?
</h1>
</div>
</body>
</html>
如何使用rohanasantml?
运行
cargo install rohanasantml
将rohanasantml文件编译为HTML
rohanasantml ./some.rohanasantml ./output.html
功能
- 帮助代码可读性
- 提供你代码中可能犯的错误。例如:
- 你是否在行15的末尾忘记了添加一个}?
- 警告:开始标签的数量大于结束标签的数量。
- 警告:结束标签的数量大于开始标签的数量。
- 帮助创建可靠的HTML
- 提供你代码中可能犯的错误。例如:
查看
Rohanasan:一个极快的后端框架
https://github.com/rohanasan/rohanasan-rs
加入discord
待办事项
- 添加热重载和实时服务器
- 添加JavaScript支持
- 添加CSS支持