RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
238 stars 26 forks source link

On my todo-list #414

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi, @rodrigodornelles!

I will run this source locally. windows notebook

when I get back home (few days).

I wanna contribute. I will try send some pull-requests ! 😀

I think I did notice a typo on site: "micro-máquinavirtual"

RodrigoDornelles commented 1 year ago

@derindwels

Hi, @RodrigoDornelles!

I will run this source locally. windows notebook

when I get back home (few days).

I wanna contribute. I will try send some pull-requests ! 😀

I think I did notice a typo on site: "micro-máquinavirtual"

oh yes, leave that misspelling to me and I do along with other little things.

If you want to send a pull request, I recommend looking at the branch develop-wip-wip I'm working on.

there are beginner-level issues if you want to start solving a problem, see good first issue, or you can report to me how it's working on different hardware such as a simulator from old pc's.

ghost commented 1 year ago

Can you please explain to me the Makefile ?

I wanna run locally here (Windows -> Dev-C++ -> MinGW64)

RodrigoDornelles commented 1 year ago

Can you please explain to me the Makefile ?

I wanna run locally here (Windows -> Dev-C++ -> MinGW64)

Makefile is no longer the main buildsystem, it will be generated from CMake see the develop-wip-wip branch, it already supports windows both mingw and msvc.