Skip to content

EugenSleptsov/esoterics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esoterics

The Esoterics module provides access to multiple interpreters of Esoteric languages.

Available Interpreters

Installation

To use the Esoterics module in your Go project, you can import it as follows:

import "github.com/EugenSleptsov/esoterics"

Usage

To use a specific interpreter, import its corresponding package and call its functions. For example:

import (
    "github.com/EugenSleptsov/esoterics"
)

func main() {
    input := "+-=-=-="
    output := esoterics.PlusMinusEquals(input)
    fmt.Println(output)
}

Contributing

Contributions to the Esoterics module are welcome! If you have suggestions, feature requests, or bug reports, please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License.

About

Esoterics Golang module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages