https://github.com/00xglitch/lex-b-compiler
Lex B. is language that was build using Lex, Bison and C programming language.
https://github.com/00xglitch/lex-b-compiler
bison bison-example bison-grammar bison-yacc c deallocation functions gcc gcc-complier lex lexical-analyzer lexical-parser
Last synced: 3 months ago
JSON representation
Lex B. is language that was build using Lex, Bison and C programming language.
- Host: GitHub
- URL: https://github.com/00xglitch/lex-b-compiler
- Owner: 00xglitch
- License: mit
- Created: 2018-01-22T14:12:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T17:17:15.000Z (over 7 years ago)
- Last Synced: 2025-06-24T03:36:17.615Z (4 months ago)
- Topics: bison, bison-example, bison-grammar, bison-yacc, c, deallocation, functions, gcc, gcc-complier, lex, lexical-analyzer, lexical-parser
- Language: C
- Size: 92.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lex-B-Compiler
- 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.