This is the official Homebrew tap for the Soplang programming language.
# Add the tap
brew tap soplang/soplang
# Install soplang
brew install soplangAfter installation, you can run Soplang files using either .sop or .so extensions:
# Run a Soplang file
soplang file.sop
# or
soplang file.so
# Get version info
soplang --version
# Get help
soplang --helpTo install the development version:
brew install --head soplangMIT License - see LICENSE file