Skip to content

Ultra DRAFT - A parser to load Arturo as Data for Python

Notifications You must be signed in to change notification settings

RickBarretto/blanca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convertion Table

Doing
Arturo Types Python Types Notes
:word str interpreted as a str
:label   is a dict's key, always needs a r-value
:string (simple) str  
:char str chars in Python are intepreted as str
:integer int  
:floating float d. is an :integer
:rational (int, int)  
:logical bool Supported via macros: '!true', '!false' and '!maybe'
:color str  
:block list can't assign values
:dictionary dict gets pairs of kind (:label :any)
TODO
Arturo Types Python Types
:literal str
:null None
:path list[str]
:pathLabel ...
:symbols ...
:complex ...
:type str
:regex str
:inline list
:date ...
:database ...
:binary ...
:bytecode ...
:attribute ...
:attributeLabel ...

About

Ultra DRAFT - A parser to load Arturo as Data for Python

Topics

Resources

Stars

Watchers

Forks

Languages