Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

Some Alpha programs.

Alpha

  • Alpha : Shows the Alpha banner in ascii art.
  • Factorial : The factorial function using with / when loops.
  • Fibonacci : Prints the fibonacci sequence using recursion.
  • Power : Computes power between integers.
  • Primes : Displays prime numbers.

Lexer-Parser

  • Calculator : Algebraic expression evaluation (with operator precedance).