Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 482 Bytes

Cell

The creative language for ASCII art based on Basic.

Note

The current next branch is implementing the new proposal API for production use. Please refer to the python branch for the released Python version.

Get Started

$ cell hello.cll
LET x = 0

Draw:
  BACKGROUND 0
  STROKE '0', YELLOW, RED
  FILL 'X', GREEN, BLUE
  RECT x, 0, 0
  LET x = x + 1

License 📄

ISC@Bairui SU