You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lex B. is language that was built using Lex, Bison and C programming language and also it is an interpreted language so it runs in runtime , allocate and deallocate memory space with all generic types and variables, it is similar or in between C and python as it doesn't have main but it has functions that can be called at anytime excluding the main allow the user to execute functions and call them as soon as they are needed.
Documentation avaliable in the PDF file in the root Directory.
About
Lex B. is language that was build using Lex, Bison and C programming language.