Skip to content

noware-sys/noware.cxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++ Library

Notable Components
	var (a container for a string or a number at any time; like a PHP variable)
	array[<[value[, key]]>] (a templated, associative, single-dimensional, and dynamically-allocated array)
	tree[<[value[, key]]>] (a container for a <value>, or a templated, associative, multi-dimensional (recursive), and dynamically-allocated array<value, key> (<value>/array<value>); like a PHP variable/array)