Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

LingLanguage/lingc

Repository files navigation

LingLang

C with o.f()

  • No inherit
  • No complicated syntax
  • For spartan-programmers

Dependancies

utf8.h - https://github.com/sheredom/utf8.h
raylib - https://github.com/raysan5/raylib

FSM

NFA Top 
 = -> DFA assign stm 
 ; -> DFA field 
 import -> DFA import 
 fn -> DFA function 
 struct -> DFA struct 
 public -> valid 
 const -> valid 
 static -> valid 
DFA import 
 " -> valid 
 < -> valid 
 ; -> END 
DFA field 
 = -> DFA Assign exp 
 ; -> END 
DFA function 
 -> NFA Block 
 BlockEnd-> END 
NFA Block 
 -> NFA Statement 
 -> NFA Block 
NFA Statement 
 = -> DFA assign stm 
 ; -> DFA declare stm 
 if -> DFA if stm 
 do -> DFA while stm 
 while -> DFA while stm 
 for -> DFA for stm 
 return -> DFA return stm 
DFA exp 
 " -> DFA Const String 
 ( -> DFA exp 
 ) -> END 
DFA struct 
 = -> DFA assign stm 
 ; -> DFA declare stm 
 fn -> DFA function 
 } -> END 

About

🀍 C with o.f()

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /