Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wandvvs authored Mar 15, 2024
1 parent d836c48 commit 4ae4807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dust programming language
Сompiled, simple imperative programming language created for the purpose of education with support for basic variable declarations, assignments, expressions, printing, and program termination.
Сompiled, simple imperative programming language created for the purpose of education with support for basic variable declarations, assignments, expressions, printing, program termination like exit() in C language and logical operators.
The compiler is made using LLVM.
When building the compiler, i didn`t implement AST, as many people do.
All tests were performed on Ubuntu Linux.
Expand Down

0 comments on commit 4ae4807

Please sign in to comment.