fernando
fernando pushed to master at fernando/thp-lang.org 2024-11-23 23:48:30 +00:00
1465ec23be feat: move api docs to versioned path
2b532080d8 feat: begin to version docs
Compare 2 commits »
fernando pushed to master at fernando/thp-lang.org 2024-11-23 22:31:24 +00:00
a6c32df1ff feat: language version selector
5814b145fe feat: add prettier
Compare 2 commits »
fernando pushed to master at fernando/music-to-go 2024-11-23 21:27:40 +00:00
004d3de8d7 feat: traefik config
fernando pushed to master at fernando/thp-lang.org 2024-11-23 12:09:57 +00:00
b5e22cca62 feat: (unusable) version selector
fernando pushed to master at fernando/thp-lang.org 2024-11-22 12:09:46 +00:00
63ef3c0b5e feat: docs
4c4be43cb0 feat: sort folders on sidebar based on name
Compare 2 commits »
fernando pushed to master at fernando/thp-lang.org 2024-11-22 11:18:15 +00:00
d4baa970d6 fix: bugs rendering sidebars
fernando pushed to master at fernando/thp-lang.org 2024-11-22 03:01:22 +00:00
0343af8375 refactor: change docs to use k&r indentation
fernando pushed to master at fernando/thp-lang.org 2024-11-22 02:45:21 +00:00
fbc8124646 fix: display error messages if building on dev without index page
a1c076305d refactor: change lang spec to use new layout
8abd963c8e fix: urls
83c382d361 refactor: move learn files to versioned folder
67ff5203a6 feat: use nested folders
Compare 8 commits »
fernando pushed to master at fernando/thp-lang.org 2024-11-21 01:01:23 +00:00
2b98f56240 fix: jenkins 2
fernando pushed to master at fernando/thp-lang.org 2024-11-21 00:58:55 +00:00
aa470d63a8 fix: jenkins
fernando pushed to master at fernando/thp-lang.org 2024-11-21 00:57:18 +00:00
62fcfe0110 feat: jenkins
fernando pushed to master at fernando/thp-lang.org 2024-11-21 00:53:46 +00:00
2b762239a9 feat: add docker for deployment with traefik
fernando pushed to main at fernando/thp-zig 2024-11-19 02:14:21 +00:00
4e1b2c3cab feat: integrate identifier/datatype lexer
15a66ebc3d feat: lex datatype
Compare 2 commits »
fernando pushed to main at fernando/thp-zig 2024-11-19 02:06:00 +00:00
92794cc07a feat: lex identifier. create comptime fn for lexing many, many_1
fernando pushed to main at fernando/thp-zig 2024-11-19 01:08:55 +00:00
d6a83ff46c feat: lex many productions
fernando pushed to master at fernando/thp-lang.org 2024-11-17 13:36:00 +00:00
33e51cd5cc feat: update the language spec
fernando pushed to main at fernando/thp-zig 2024-11-17 13:09:08 +00:00
26f5fed321 chore: small changes
8dccf94ad5 feat: lex floating point numbers with scientific notation
b0aec04235 feat: lex scientific number
Compare 3 commits »
fernando pushed to main at fernando/thp-zig 2024-11-17 12:37:50 +00:00
1c8a50f797 feat: lex fp numbers
98bef47824 fix: throw leading zero error only on integer
Compare 2 commits »
fernando pushed to main at fernando/thp-zig 2024-11-16 23:56:31 +00:00
76c823cc54 feat: use comptime function to lex hex, octal and binary numbers
fernando pushed to main at fernando/thp-zig 2024-11-16 23:44:27 +00:00
e7459ab441 feat: parse hex numbers