Skip to content

Commit

Permalink
add Denoについての説明を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed May 3, 2024
1 parent 0fd9ac1 commit 72ba2e3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deno/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 日本語プログラミング言語「なでしこ3」言語エンジン (Deno版)

本リポジトリのこのディレクトリには、なでしこ3の言語エンジンのみを取り出し、JavaScriptの実行エンジンDenoを使って簡単なコマンドを実行できるようにしたものです。最小限の構成となっています。

## 簡単な使い方

```sh
deno run --allow-all deno/snako.ts (なでしこのプログラム).nako3
```

## 参考リポジトリ

このディレクトリにあるDenoは最小構成になっているため、Denoの機能をもっと利用したい場合には、次のリポジトリを確認してください。

- [なでしこ3(Deno版)](https://github.com/kujirahand/nadesiko3deno/)

0 comments on commit 72ba2e3

Please sign in to comment.