Skip to content

jardimdanificado/bruter

Repository files navigation

bruter

Description

bruter is a metaprogramable lightweight language written in C;

UNDER HEAVY DEVELOPMENT

Table of Contents

Arg Types

  • number = starts with 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 or -;

  • string = enclosed by double quotes;

  • list = enclosed by ();

  • nil = nil;

Usage

function;
function ...;
function variable;
function (function (function ...));
function variable_1 variable_2 ...;
set target_variable value; 
set target_variable (function ...);

Reserved

  • () = expression/list delimiter
  • "" = string delimiter
  • '' = string delimiter
  • ; = end of command separator

TO DO

  • functions = ok/testing
  • prototypes lib = testing
  • expect = not yet
  • vs-code extension = testing

Releases

No releases published

Packages

No packages published