Skip to content

A dinamically typed programming language inspired in python.

License

Notifications You must be signed in to change notification settings

martinKindall/piton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitón

Pitón is an Interpreted Programming Language built for educational purposes, inspired in Python and without identation.

It was written in Java using JFlex and CUP.

Requirements

  • Java 21 or later
  • Maven

Usage

  • Clone repository
  • Compile with Maven
  • Run Piton.main
  • Use either Interactive mode or pass a .pi file.

Examples

KEYWORDS

  • IF
  • ELSE
  • WHILE
  • PRINT
  • READ
  • TRUE
  • FALSE

TODO

  • Function definition
  • Class definition

References

About

A dinamically typed programming language inspired in python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published