SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Extract SeedBlock-related code to experimental dir #173

Closed wixette closed 2 years ago

wixette commented 2 years ago

Since we have decided to avoid SeedLang's dependency on SeedBlock since the design of SeedBlock will be refined a lot, I am trying to extract all the SeedBlock-related code and isolate the code under the experimental/ dir. For making the rest of the SeedLang code work, I also made a couple of simple code changes.

Is this a good solution for the existing SeedBlock code? If so, I can update the existing design docs accordingly later.