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

Implement comparison notification #152

Closed codingpotato closed 2 years ago

codingpotato commented 2 years ago

Run following command to see the result of this PR:

dotnet run --project csharp/src/SeedLang.Shell -- -v All -f examples/seedpython/scripts/bubble_sort.py

Fixed #135

codingpotato commented 2 years ago

Abandon this PR, because the comparison notifications need be re-designed.