An open API service indexing awesome lists of open source software.

https://github.com/gokcan/atlas

Programming language for propositional calculus
https://github.com/gokcan/atlas

flex lexical-analysis parser programming-language

Last synced: 10 months ago
JSON representation

Programming language for propositional calculus

Awesome Lists containing this project

README

          

## Atlas

### How to play with this project

```
git clone https://github.com/gokcan/atlas.git
cd atlas/src
make
```

### Progress

- [x] __Brainstorming & Idea Generation__
- [x] __Initial Language Design__
- [x] __Lexical Analysis with Flex__