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
- Host: GitHub
- URL: https://github.com/gokcan/atlas
- Owner: gokcan
- Created: 2017-10-22T17:42:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T21:26:59.000Z (about 8 years ago)
- Last Synced: 2025-01-28T14:47:49.384Z (12 months ago)
- Topics: flex, lexical-analysis, parser, programming-language
- Language: C
- Size: 479 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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__