Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-programming-language

A very simple, well-commented programming language made for the sake of learning to make a programming language.

How to run

  1. Clone the repository
  2. Write the code that you want to run (in the new programming language)in the code.txt file
  3. Using gcc(or any other C compiler), compile the main.c file
  4. Run the compiled file

Current status

The language is still in development and is not yet fully functional. The language is being developed in C.

Features

  • Basic arithmetic operations
  • Basic data types
    • Integers
    • Floats
    • Strings
    • Booleans
  • Basic data structures
    • Arrays
    • Dictionaries
  • Basic functions
    • Print
    • Input
  • Variables
  • Functions
  • if condition
  • Loops
    • While
    • For
  • Comments
  • Error handling
  • Standard library
  • File I/O

About

A simple programming language

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages