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

cesumilo/VSTranspiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published