Add HF Spaces config metadata to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# GAL Compiler
|
| 2 |
|
| 3 |
A web-based compiler for the GAL (Grow A Language) programming language with lexical analysis, parsing, and semantic checking.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: GAL Compiler
|
| 3 |
+
emoji: 🌱
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# GAL Compiler
|
| 11 |
|
| 12 |
A web-based compiler for the GAL (Grow A Language) programming language with lexical analysis, parsing, and semantic checking.
|