Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abyss Language

  • simple but mystical

Syntax

    -- (for comment)

    -- variable declaration
    int choco <- 10
    int mut bar <- 20

    -- functions
    int sum(int x, int y) -> int {
        x + y
    } 

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors