Skip to content

Ryoga-exe/miniz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f055085 · Feb 17, 2024

History

48 Commits
Feb 17, 2024
Feb 17, 2024
Feb 11, 2024
Feb 14, 2024
Feb 17, 2024
Feb 11, 2024

Repository files navigation

miniz

Minimal scripting language in Zig.

2023 年度筑波大学情報科学類で開講された GB27001 ソフトウェアサイエンス特別講義 A の講義内で紹介された minis の Zig による実装です。

実行

repl

zig build run

file

hello = 2023;
world = 2024;
hello + world;
zig build run -- file.mnz # 4047

文法

miniz は以下の文法をサポートしています。

  • 関数定義
  • 関数呼び出し
  • if 式
  • while 式
  • 連結
  • 代入式
  • 比較演算子
  • 四則演算・モジュロ演算

About

Minimal scripting language in Zig.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages