Create a parser context

This commit is contained in:
2025-06-13 15:24:24 +02:00
parent 9341017103
commit 20b5dd027f
10 changed files with 283 additions and 248 deletions

View File

@ -45,6 +45,8 @@ end
File.open t.name, 'w' do |output|
compiler_command = compiler + sources
compiler_command << '-o'
compiler_command << Pathname.new(t.name).sub_ext('.def').to_path
puts
puts(compiler_command * ' ')