Skip to content

Commit

Permalink
Format README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BSteffaniak committed Apr 19, 2024
1 parent 8c3adf1 commit 1e0cfdd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flat Programming Language
===========================
# Flat Programming Language

### Flat Organization Build Status:

[![Status Badges](https://flatlang.org/api/pills.svg?nocache=true)](https://flatlang.org/api/pills.svg)

A high-level multi-paradigm programming language used as an intermediary between transpilation.
Expand All @@ -12,12 +12,12 @@ This is a very old and ugly repository that should long be dead.

...however, this repository is still under active development because it is the only current working compiler. The compiler is currently being rewritten into several different modules, written in the Flat language itself:

* [Flat-Compiler](https://github.com/FlatLang/Flat-Compiler) - Imports all of the front-end/middle-end/back-end compiler components and utilities as dependencies and provides the CLI for compiling Flat code
* [Flat-AST](https://github.com/FlatLang/Flat-AST) - Defines the Flat AST structure
* [Flat-Lexer](https://github.com/FlatLang/Flat-Lexer) - The new lexer engine
* [Parser-Core](https://github.com/FlatLang/Parser-Core) - The new generic code parser engine (for all languages that have an implemented grammar)
* [Flat-Parser](https://github.com/FlatLang/Flat-Parser) - The Flat language grammar definition for Parser-Core
* [Flat-Writer](https://github.com/FlatLang/Flat-Writer) - The new generic code generator/writer engine
* [Flat-Compiler-Models](https://github.com/FlatLang/Flat-Compiler-Models) - Common models used throughout the compiler modules
- [Flat-Compiler](https://github.com/FlatLang/Flat-Compiler) - Imports all of the front-end/middle-end/back-end compiler components and utilities as dependencies and provides the CLI for compiling Flat code
- [Flat-AST](https://github.com/FlatLang/Flat-AST) - Defines the Flat AST structure
- [Flat-Lexer](https://github.com/FlatLang/Flat-Lexer) - The new lexer engine
- [Parser-Core](https://github.com/FlatLang/Parser-Core) - The new generic code parser engine (for all languages that have an implemented grammar)
- [Flat-Parser](https://github.com/FlatLang/Flat-Parser) - The Flat language grammar definition for Parser-Core
- [Flat-Writer](https://github.com/FlatLang/Flat-Writer) - The new generic code generator/writer engine
- [Flat-Compiler-Models](https://github.com/FlatLang/Flat-Compiler-Models) - Common models used throughout the compiler modules

© 2014-2023 Flat

0 comments on commit 1e0cfdd

Please sign in to comment.