Skip to content

nshaibu/Pointy-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pointy-lang Specification

Pointy Language is a powerful domain-specific language (DSL) for creating event-based workflows.

Introduction to Pointy Language

Pointy Language uses arrows and operators to represent event flow, making it easy to visualise and define workflows. Its primary purpose is to model sequences of operations, conditional branching, parallel execution, and result piping. Core Features:

  • Sequential execution of events
  • Parallel processing
  • Conditional branching based on success/failure
  • Result piping between events
  • Retry mechanisms for handling failures