Myr-13 / volkano

This is... programming language?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volkano

Shity programming language, made in C++

TODO

  • Finish error handling
  • Variables
  • Create main executable for executor
  • Arifmetic operations
  • Working call from volkano to C++
  • Docs
  • Arguments in functions
    • Just arguments
    • Var arguments
  • Working call from C++ to volkano
  • Namespaces
  • Tables (like in lua)
  • Comments
  • Loading volkano .dll modules
  • If statements
  • While, for
  • Enums
  • Macroses
  • Include other .vlk files
  • Pointers

STD lib

  • IO
  • System
  • Sockets
  • Crypto (HASH, AES, ...)
  • Time
  • XML
  • JSON
  • ZLib

Tools

  • Auto docks
  • Bytecode compiler (like luac)
  • Decompiler
  • Highlight for sublime text

About

This is... programming language?

License:MIT License


Languages

Language:C++ 92.3%Language:C 5.7%Language:CMake 2.0%