-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What I think the language needs
- Tag for start of program
- Tag for end of program
- Literal values (just numbers, strings and bool?)
- Words for bools
- Variable declaration (something like "let's say a is an int with value 10", but in aussie).
- Operations
+-*/(could be symbols, maybe some words like "is this bigger?", but aussie) - Branching statements. If, else.
- looping (while, for)
- Early exit ("nevermind" or something).
- Print statement
Metadata
Metadata
Assignees
Labels
No labels