Skip to content

manthanguptaa/CricLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CricLang

CricLang_Release_Video_720p_compressed.mp4

IMPORTANT NOTE: If you are hiring for software engineers, then I am actively looking out. I am looking for companies working in the field of distributed systems, databases, cloud computing, audio/ video infrastructure, OTT platforms, fintech, or AI. If your team is pushing boundaries and working on something unique, I'd love to hear from you. Reach out to me at guptaamanthan01@gmail.com or via Twitter DM.

This is the official github repo of CricLang.

CricLang is a fun dynamically typed language written in Go for cricket enthusiasts.

Installation

Follow the steps below to get started with CricLang:

  1. Clone the repository using Git:

    git clone https://github.com/manthanguptaa/CricLang.git
  2. Change to the project directory:

    cd CricLang
  3. Run the project:

    go run main.go

Usage

player x = -5;
player y = 25
player z = field(x, y){
    appeal (x * x == y) {
        signaldecision "yes";
    } appealrejected {
        signaldecision "no";
    };
};
z(x, y)

Documentation

Find the documentation for CricLang here.

Reference

Made with love for 🏏 in 🇮🇳

About

CricLang is a fun dynamically typed language written in Go for cricket enthusiasts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages