QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: qbkiller101 on January 24, 2021, 12:58:21 pm

Title: QBLint
Post by: qbkiller101 on January 24, 2021, 12:58:21 pm
Hi,
So a few days ago @STxAxTIC on discord gave me an idea for a project in ASP.NET (C#'s webapp framework). So we both are working on it: https://github.com/QBLint (https://github.com/QBLint)
Currently the basic template has been made and I made a flowchart of how it works:
  [ This attachment cannot be displayed inline in 'Print Page' view ]  
Static's QLiza64 was supposed to be an example of how I should make it, and it branched out!

So, if anyone here would like to change the source, feel free to make Pull Requests!
Title: Re: QBLint
Post by: Pete on January 24, 2021, 01:12:53 pm
It's interesting to see how others approach programming tasks. I had a friend in college who had to write the code out completely on paper, before he would type it into the computer. Now for me, if  I had to prep like that to code a simple program, I'd go buy a gun and kill myself. And no, I wouldn't draw a map to the gun store, first.

Pete
Title: Re: QBLint
Post by: qbkiller101 on January 27, 2021, 11:17:46 am
Frontend: check

Added dark mode using bootswatch and bootstrap, syntax highlighting using prism.js, option to copy code, input and output, and an option to download input or output.

https://github.com/QBLint/QBLint/projects/1?add_cards_query=is%3Aopen
https://github.com/QBLint/QBLint
Title: Re: QBLint
Post by: qbkiller101 on February 01, 2021, 04:08:19 am
Issues sent back

Now, all warnings and errors are sent back, and some fixes.

https://github.com/QBLint/QBLint
https://github.com/QBLint/QBLint/commit/88757816387df75abdd9bf338047add37972077c

Next and last step: format code.