Browse Source

Create README.md

Marco Bambini 8 years ago
parent
commit
06e01da161
1 changed files with 6 additions and 0 deletions
  1. 6 0
      projects/README.md

+ 6 - 0
projects/README.md

@@ -0,0 +1,6 @@
+This folder contains some side projects based on Gravity.
+
+## Butterfly
+Butterfly is a MacOS application that demonstrate how to use Gravity parser callback to efficiently implement syntax highlighting.
+It also includes basic code completion capabilities that will be expanded in the near future.
+The ultimate goal for the Butterfly project is to become a fully featured IDE for the Gravity language.