Skip to content

convcha/kagla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kagla

Example

let name = "Kagla"
puts("Hello, " + name + "!")

REPL

$ sbt run

Evaluate source file

$ sbt "run hello.kagla"

or

$ sbt
sbt:kagla> run hello.kagla

Development

$ sbt ~test

Commit Message Guidelines

Commit Message Format

<type>: <subject>

Type

Must be one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

About

The Kagla programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages