Skip to content

Maki325/PawScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PawScript

PawScript is a statically typed programming language made because why not.

Goals:

  • Compiled
  • Interpreted
  • Turing-complete
  • Self-hosted
  • Statically typed
  • Type checking

Features

Variables

While the language is statically typed, types are only needed if the variable doesn't have a value assigned as they can be infered

int initializedVariale = 45;
int uninitializedVariable;

Arithmetics

int numberOne = 34
int sum = numberOne + 35
int difference = sum - 35 - 8 + 23

About

A programming language made because why not

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published