Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flex

An experimental programming language written in C++.

Important

Work in progress.

Current features

  • Lexer
  • Parser
  • AST
  • Semantic analysis
  • Interpreter
  • Variables
  • Constants
  • Binary operations
  • Comparisons
  • REPL
  • .fx file execution
  • Optional statement semicolons

Example

const foo: int = 42;
if foo >= 40 do print foo;

var bar := "bar";
print 'foo' + " " + bar;

Documentation

Document

About

An experimental programming language written in C++.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages