-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Se actualiza version de latino a 1.4.4
- Loading branch information
1 parent
9285518
commit 4d8ed2e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule latino-core
updated
18 files
+1 −0 | .gitignore | |
+2 −0 | CMakeLists.txt | |
+20 −8 | cmake/Modules/GetLatVersion.cmake | |
+20 −0 | cmake/Modules/ResourceUpdate.cmake | |
+5 −4 | include/latino.h | |
+3 −3 | include/latlex.h | |
+65 −55 | include/latparse.h | |
+86 −0 | logo/Latino-logo(texto).svg | |
+83 −0 | logo/Latino-logo(texto-color).svg | |
+6 −15 | src/CMakeLists.txt | |
+6 −2 | src/latino.c | |
+90 −88 | src/latlex.c | |
+7 −8 | src/latmv.c | |
+1 −1 | src/latobj.c | |
+499 −754 | src/latparse.c | |
+5 −1 | src/latsyslib.c | |
+7 −7 | src/vs_resources/latino.rc | |
+1 −1 | tools/parser/latlex.l |