https://github.com/pranosa/prano_lox
https://github.com/pranosa/prano_lox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pranosa/prano_lox
- Owner: PranoSA
- Created: 2024-01-29T06:40:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T00:43:38.000Z (over 2 years ago)
- Last Synced: 2025-12-02T16:26:40.408Z (7 months ago)
- Language: C
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design Decisions For Prano Languages
Might want to split the Compiler and VM into two seperate things
## Types -> Strong Typing is Made
## Binding Types
Environment -> Bindings
// Look Up By Name
Bindings[Name] call with type FunctionArguments
Job of the function to check the type of arguments
Extrapolate the value
And Call Functions Underneath the hood with it
Prano_Value type
## Type Inferences ->
## For Loops
for()
## While Statements
## C-Bindings
## Include Statements
## Package Manager
### Where is The Repository
### Local Installations To Project
### Package.JSON
### Instance Wise Installations
### Get Info About Package
## Build System