Skip to content

marcoramonet/kaltric

Repository files navigation

Kaltric

Kaltric is a programming language as a study on compiler design and construction. Currently it is in an early stage, but eventually it will become a playground for lexical and syntactical exploration.

TODOs:

Lexer:

  • Implement special characters within string literals (", ', \)
  • Implement hex, oct, and binary numerals

Lex refactor

  • Check for valid state before making operations in state dependent functions
  • MAYBE: Make overloaded version of tokenize (with string parameter) state-independent
  • Right now lexer is disposable

BUGs:

About

Kaltric is a programming language as a study on compiler design and construction.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors