Skip to content

AwesomeMc101/Neura-Lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Updating as time goes on.

Current version: 0.1 Supports variables, printing, and math lol.

Programming

Literals

  • Two types, NUMBER and STRING. Define a string with either " or '

Variables

  • Define a variable with a type, like int foo = 5 string bar = "Hello" const int foo = 7

Print

  • Only function encoded atm, call with print("Hello World!") or print(bar).

Releases

No releases published

Packages

No packages published