Hack And Build Lab ๐–ฃ”
333 subscribers
269 photos
33 videos
120 files
221 links
Download Telegram
(gtk) debian application building
Screenshot_2023-05-18_18-12-10.png
197.4 KB
It's a small code, look for good
calculator
share and feel happy ๐Ÿ˜‚
when you want to compile an open source program, it's like this, I waited for 2 hours and he said checking,

this is python
-210334_temp.jpg
6.9 KB
Canva is a clear thief, I will not let them rob me
Hack And Build Lab ๐–ฃ”
-210334_temp.jpg
yes, without notifying you or not telling you the purpose, canva will takes the money
someone his story WhatsApp
โค1
I plan to add class() to lua, because lua is a pop language and not an oop like python, java
I will post it on github wherever I do, welcome to participate
โค1
hello all
ask me question about any problem! ๐Ÿ‘‡
This media is not supported in your browser
VIEW IN TELEGRAM
when the exam is near
x = (void*)0;
๐Ÿ˜1
main.c
4.3 KB
lexer programming
I've given up on lua, but reading extensively on lua and all opensource languages I wanted to build a language from scratch.
Hack And Build Lab ๐–ฃ”
main.c
This code is used to separate any ID, STRING, SEMICOLON, BRACKET
Lexer, parser, and visitor are three important components of a compiler or interpreter.

A lexer (short for lexical analyzer) is responsible for breaking down the input source code into a sequence of tokens. Tokens are the smallest units of meaning in a programming language, such as keywords, identifiers, operators, and literals.

A parser is responsible for analyzing the sequence of tokens produced by the lexer and constructing a parse tree, which represents the syntactic structure of the program. The parse tree is a hierarchical structure that shows how the different parts of the program are related to each other.

A visitor is a design pattern that is often used in conjunction with a parse tree. A visitor allows you to traverse the parse tree and perform some operation on each node. For example, you might use a visitor to evaluate the value of an expression, or to generate code for a particular target platform. The visitor pattern separates the algorithm from the data structure, making it easier to add new operations without modifying the existing code.
Ai definition
๐ŸŒš1