Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

ryanamatt/prometheus-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Prometheus (Prototype)

Prometheus is a lightweight, statically-typed, interpreted prototype for the programming language written in Python. This repository contains the prototype version of the language, focusing on core implementation logic and syntax exploration.

Important

Disclaimer: This is a prototype repository. The code herein is intended for experimental use and proof-of-concept testing. It may contain incomplete features, bugs, or unoptimized logic that differs from the main production or stable branches.

Features (Experimental)

  • Static-ish Typing: Explicitly declare int, double, str.
  • C-Style Syntax: Familiar curly-brace blocks and semicolon statement termination.
  • Functions: Support for typed return values and parameter passing.
  • Control Flow: if/elif/else logic, while loops, and for loops.

Run

Run by doing python prometheus.py [filename]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages