Skip to content

BergerAPI/ACL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACL

ACL is a simple and easy to learn language.

ACL is a compiled language, made with C++. For code examples look at the examples/ folder.

We would appreciate a star or even a fork.

Syntax

<_> = required, [_] = optional. Conditions can be surrounded in () if you wish, and you may also end lines in ;.

Keywords

  • Variable declaration - let <varName>

  • If statement - if <condition> {}

  • Else statement - else [if <condition>] {}

  • For loop - for <var> in range([from], <to>) {}

  • While loop - while <condition> {}

  • Import - import <file>

continue and break are supported in loops.

Operators

  • Assignment - =
  • Addition - +
  • Subtraction - -
  • Multiplication - *
  • Division - /
  • Mod - %
  • String concate - +
  • Equal to - ==
  • Lesser than - <
  • Lesser than or equal to - <=
  • Greater than - >
  • Greater than or equal to - >=
  • And - &&
  • Or - ||

About

A simple scripting language made in c++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy