Skip to content

Compiler for Nexis programming langauge, a modular programming language designed for learning purpose.

Notifications You must be signed in to change notification settings

itsvks19/nexis-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexis Programming Language

Nexis is a modern, modular programming language designed for clarity and simplicity. It features a straightforward syntax with static typing and module-based organization.

Features

  • Module-based code organization
  • Static typing
  • First-class functions
  • Built-in standard library
  • Clear and concise syntax
  • Support for basic control flow (if/else)

Syntax Example

module Main {
    func main() {
        let message: string = "Hello, World!";
        print(message);
    }
}

See example.nx

About

Compiler for Nexis programming langauge, a modular programming language designed for learning purpose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages