Skip to content

Tags: PuffyEagle/MakeALanguage

Tags

v3.1

Toggle v3.1's commit message
Cleaner code and function variable names can be the same as global.

v3.0

Toggle v3.0's commit message
Function calls (however all functions must be void and function param…

…eters cannot have the same name as global variables)

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request xyzqm#6 from dantheking-crypto/develop

Added type checking

v1.0

Toggle v1.0's commit message
Supports int types and the four basic operators.