1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

プログラミング言語作成 〜1日目〜

Last updated at Posted at 2019-05-12

どんな言語?

名前

Jprg(Json ProgRamminG)

どんなの?

  • jsonから派生した言語
  • 関数や変数の定義ができる
  • コマンドラインで実行
  • jsonに変換 → 実行

今日やること

  • JSON読み込み
  • 関数を定義できるようにする

json読み込み

色々な方法で試す
結果pythonで、json.loadsでやるようにした

次やること

  • 関数呼び出し
  • 四則演算をできるようにする。

追記

結局やめた

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?