Skip to content

Lamina-dev/mylamina

Repository files navigation

Lamina

Lamina-是Lamina Math DSL 的重新实现, 语法标准与 新LSR 一致

从源码构建

  1. 克隆仓库
git clone https://github.com/lamina-dev/mylamina.git
cd mylamina
  1. 编译项目
# 使用CMake构建
cmake -B build
cmake --build build --config Release --parallel

使用

./build/bin/lm xxx.lm

使用REPL环境

启动交互式REPL环境:

./build/bin/lm

在 Windows 上,你可能需要使用 .\lm.exe 来启动 REPL。

在REPL中输入代码并执行:

> let x = 5
> let y = 10
> x + y
15

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •