Skip to content

Bruk3/C-net

Repository files navigation

C-net

C-net programming language - Network programming never got easier

Environment setup

To run the hello world executable:

  • First simply run maketo generate the cnet.native compiler.

    • Once the compiler is built, all of the unit tests and the integration tests will be executed.
  • Run ./ccnet tests/integration/test-hello-world.cnet to generate the hello-world executable.

  • Run tests/integration/test-hello-world.exe to see the Hello World! output.

Note The compiler assumes that the llvm compiler and interpreter are part of the system's path.

More environment setup instructions coming soon.

Team members

  1. Rediet Bekele
  2. William Oseghare
  3. Kidus Mulu
  4. Kingsley Neequaye
  5. Bruk Zewdie