https://github.com/freyacodes/fops
The Fops Programming Language
https://github.com/freyacodes/fops
language
Last synced: 12 months ago
JSON representation
The Fops Programming Language
- Host: GitHub
- URL: https://github.com/freyacodes/fops
- Owner: freyacodes
- Created: 2024-12-24T23:59:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T23:45:53.000Z (about 1 year ago)
- Last Synced: 2025-07-04T04:55:26.698Z (about 1 year ago)
- Topics: language
- Language: Rust
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Fops Programming Language
This is my little playground for developing a programming language for fun.
As of this writing, this project contains a lexer, AST parser, and a simple interpreter,
although only single expressions are supported.
It's unclear what exact language features this language will have in the end.