Code Monkey home page Code Monkey logo

emeraldscript's Introduction

Hi there 👋

🔭 I’m currently working on Frost!

Languages

TypeScript, C#, C/C++

Interest

  • Programming language processing
  • Server federation
  • Desktop apps

Links

emeraldscript's People

Contributors

marihachi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

emeraldscript's Issues

AiScriptのサポート

branch: https://github.com/marihachi/EmeraldScript/tree/work-support-aiscript

TODO

  • scriptブロックを追加することによってAiScriptを記述できるようにする
  • 変数の定義はAiScriptで行うように
    • Pages変数を定義する機能を廃止
    • Pages側にAiScript変数型の変数を自動生成する
      • Pages側に同じ変数名がない場合のみ
    • AiScript側にPages:updatedイベントを自動生成し、イベントをハンドリングできるように
      • AiScript側のEvent属性の付いた関数によってPage変数の値が変化した時のイベントをハンドリング可能に
  • トランスパイラを書き直す
  • 数値入力ブロックの実装
    • ブロックの追加
    • スクリプトのvalidation
  • パーサ上の各ブロックのルールを共通化
    • パースした後に検証処理を入れる

文法の検討

TypeScript + XMLのような形式を目指します

メタ

  • Title
  • Name
  • CenterAlign

変数の型

  • Text
  • Number
  • Ref
  • TextList
  • loop function

ブロック(タグ)の種類

  • Text
  • Section
  • TextArea
  • Post
  • Switch

関数

  • RandomPick

構文

  • if

パーサを記述

パーサはPEGで記述して、直接(または言語独自のASTから)AiScriptのASTを構成。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.