Skip to content

losedavidpb/c3P-lang

Repository files navigation

c3P - Reference Manual

c3P is an imperative programming language, strongly typed, declarative, and inspired by other languages such as C, Go, HolyC, and Java. This reference manual explains the use of c3P, in which includes its lexical and syntactic elements.

features

For more details about the language, see manual.pdf

Features

  • Imperative high-level language
  • Strongly typed language
  • Numeric variables, booleans, character
  • Control structures such as if, if-elseif-else, for, and while
  • Execution always starts in main

Install

See INSTALL to know how to prepare c3p compiler on your current machine.

Contributors