first usable version

This commit is contained in:
Peter
2023-11-09 09:46:07 +01:00
parent 70b3e9c722
commit 6b5ab857cb
22 changed files with 675 additions and 153 deletions

7
readme.md Normal file
View File

@@ -0,0 +1,7 @@
# IBAFlang (Imperative But Also Functional language)
This repo contains the projects for IBAF.
- `cbs` is the project that contains the source `.cbs` files that defines the language.
- `Editor` is the Spoofax project that can be used to build the IDE for IBAF.
- `Tests` is a project containing some example programs.