Open NotNekodev opened 11 months ago
Ok I will into it Thank you for the recommendation!
Nice code, also recommend adding an argument for showing or not the comments in the assembly file.
It could be nice if the comments in the assembly also had the file & line number next to them Something like this:
;; let test.h:2
{...}
;; if test.hy:4
{...}
;; elif test.hy:6
Thanks i think it is possibel because in the newest episode Pixeled has added line numbers to errors
Nice code, also recommend adding an argument for showing or not the comments in the assembly file.
It could be nice if the comments in the assembly also had the file & line number next to them Something like this:
;; let test.h:2 {...} ;; if test.hy:4 {...} ;; elif test.hy:6
Oh man I'm also building my own language inspired by this but different in syntax and I'm definitely going to add this to it.
@orosmatthew What about the Discord Server? I can create it
is hydrogen a compiled or interpreted language? Or both?
Compiled
Compiled
Does everything work?
Compiled
Does everything work?
Well, everything in test.hy
I guess
When will the series continue?
When will the series continue?
I hope soon.
I think he abandoned the series
Hi, I wanted to ask if you would create a Discord server for your fans.
I also added arguments to the hydro compiler. The arguments include: -o indicates an name for the output executable; -d means that the out.asm and the out.o don't get deleted; and the input file which needs to be specified. I have a bug that i couldn't fix where you need to put a space between -o and the value of the argument(-o).
I also added a documentation in
docs\Documentation.md
Errors are also now Read and bold
I hope you have a great 2024! Happy new year!
Best regards ConCrafter20