VoltLang / Volta

Compiler for the Volt Programming Language
151 stars 8 forks source link

Volt is BROKEN and should be fixed #60

Open ghost opened 3 years ago

ghost commented 3 years ago

@Wallbraker I can't compile simple program:

input:

import watt.io;

fn main() i32
{
    writeln("hello, world");
    return 0;
}

output:

main.volt:1:1: error: can't find module 'core.compiler.defaultsymbols'.
/Users/t0md3an/Desktop/Volta/lib/src/volta/postparse/importresolver.d:90
ghost commented 3 years ago

@Wallbraker What should I do now with this? I just want to try this language, but I can't because of this!

ghost commented 3 years ago

@Wallbraker Say me how to fix this please, how to make Volt work. Over two days I trying to check Volt.