gavinhoward / bc

An implementation of the POSIX bc calculator with GNU extensions and dc, moved away from GitHub. Finished, but well-maintained.
https://git.gavinhoward.com/gavin/bc
Other
145 stars 29 forks source link

Visual Studio projects refactoring #38

Closed depler closed 2 years ago

depler commented 2 years ago

Changes:

By the way, did you test binaries on windows? I've found failed test for dc:

c:\Data\Sources\bc\vs\tests>tests_dc.bat
PASS: abs
PASS: add
PASS: arctangent
PASS: arrays
PASS: assignments

...

Parse error: bad character 't'
    <stdin>:2

FAIL_RUNTIME: vars
gavinhoward commented 2 years ago

I'm pulling this now because I made the fixes for all issues based on your code.

I'm probably going to need your help still.