many changes. rewritten mark, newproject, and goto in C. mark is 95% functional, with newproject and goto less so.

This commit is contained in:
Josh Ashton
2023-08-05 12:10:58 -06:00
parent c43e89cff3
commit b5136b661b
7 changed files with 225 additions and 4 deletions
-1
View File
@@ -137,7 +137,6 @@ elif [[ $LANG == "python" ]]; then
cd $NAME;
touch main.py;
echo "print(\"hello world!\")" >> main.py;
mark;
# Create a new Flutter/Dart project.