Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Latest commit

 

History

History
49 lines (37 loc) · 934 Bytes

README.md

File metadata and controls

49 lines (37 loc) · 934 Bytes

VSTranspiler

Visual Scripting Transpiler

Version alpha-1.0

Motivation

// TODO

Features

Operators

  • Arithmetic: + - * / %
  • Relational: == != < > <= >=
  • Logical: %% ||
  • Bitwise: & | ^ << >>
  • Assignment: = += -= *= /= %=

Types

  • Integer
  • Float
  • Char
  • Void

Variables

  • Typed

Statements

  • If
  • If... Else
  • If... Else if... Else
  • Switch

Looping

  • While
  • Do... While
  • For

Arrays

  • Typed

Structures

  • Non-Object Oriented

Functions

  • Classical
  • Recursive

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.