Skip to content

Datum Lang demo for Intellij Plugin and Share code

Notifications You must be signed in to change notification settings

datum-lang/datum-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55b2c4c · Jan 7, 2021

History

8 Commits
Jan 7, 2021
Oct 30, 2020
Nov 2, 2020
Oct 30, 2020

Repository files navigation

charj-demo

Hello, World

package examples

import fmt

default$main() {
    fmt.println("hello,world")
}

Struct

struct Summary {
  	Name   : string
	FanIn  : int
	FanOut : int
}

struct Hello {
    summary : Summary
}

Condition Statment

About

Datum Lang demo for Intellij Plugin and Share code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published