Skip to content

Prototype/Proof of Concept/Toy version of a general purpose programming language from scratch, which resembles the English Language.

Notifications You must be signed in to change notification settings

chitrakshtarun/language-project-prototype

Repository files navigation

Language Prototype

Prototype/Proof of Concept/Toy version of a general purpose programming language from scratch, which resembles the English Language.

Currently Supports:

  • Variable Initialization
  • Basic Math Operations
    • + Addition
    • - Subtraction
    • * Multiplication
    • / Division
  • Basic Conditionals:
    • if
    • if else
  • Loops:
    • for
    • while
  • Mathematical Conditionals:
    • Equal to
    • Not equal to
    • Greater than
    • Less than
    • Greater than or equal to
    • Less than or equal to
  • Increment/Decrement

About

Prototype/Proof of Concept/Toy version of a general purpose programming language from scratch, which resembles the English Language.

Resources

Stars

Watchers

Forks