Skip to content

dove-lang/dove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Dove logo

A fast, minimal, and elegant programming language. ๐Ÿ•Š๏ธ

This is the main source code repository for the Dove Programming Language (try it online). It contains the interpreter and standard library.

Contents ๐Ÿ“ฆ

  1. Hello World
  2. Documentation
  3. Usage
    1. Online Playground
    2. Linux
    3. Windows
  4. License

Hello World ๐Ÿ‘‹ ๐ŸŒŽ

Dove:

for name in ("foo", "bar") {
    print "Hello! " + name
}

Output:

"Hello! foo"
"Hello! bar"

Documentation ๐Ÿ“

Take a look at the Dove docs โ†’ https://dove-lang.github.io/docs/

Usage ๐Ÿƒ

To start using Dove, please follow these steps:

Online Playground

Visit โ†’ https://dove-lang.com/playground.

Linux

  1. Install the Dove interpreter binary โ†’ v0.1.2
  2. Navigate to the file directory.
cd [DIRECTORY]
  1. Run the REPL, or run a dove file directly.
# Run REPL
dove

# Run file
dove example.dove

Windows

  1. Install the Dove interpreter binary โ†’ v0.1.2

  2. Navigate to the file directory.

cd [DIRECTORY]
  1. Run the REPL, or run a dove file directly.
# Run REPL
dove.exe

# Run file
dove.exe example.dove

License

GPL-3.0 ยฉ Eric Hua, Peter Ke

About

The interpreter for a fast, minimal, and elegant programming language ๐Ÿ•Š๏ธ.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •