Smallbasic with cmd

Kristian Virtanen 126 Reputation points
2021-04-12T17:27:58.95+00:00

Hi.

I noticed that by using sb compiler via cmd, i cant see detailed error messages. Just a message, if there is a warning. Seems like its somehow build to ide.
Can i somehow produce errors to cmd?

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
280 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nonki Takahashi 676 Reputation points
    2021-04-17T06:59:24.21+00:00

    Hi @Kristian Virtanen , SmallBasicCompiler.exe in Small Basic v1.2 just shows a number of errors such like:

    xxx.sb: 3 errors.  
    

    I recommend you to check other Small Basic source code.

    1. Small Basic Online - https://github.com/sb/smallbasic-editor
    2. Small Basic Prime - https://github.com/litdev1/SB-IDE
    3. MySmallBasic - https://github.com/kwanghoon/MySmallBasic
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.