Jump to content




combiner


  • You cannot reply to this topic
3 replies to this topic

#1 rainmitchell

  • New Members
  • 1 posts

Posted 14 December 2016 - 06:36 PM

Hey there I'm new to computercraft (not to lua) and I wanted to share a small program I wrote.
combiner is a preprocessor. It allows you to import other files.

Right now it is really, really simple, it only imports files and compiles the lua down to an executable bytecode file

pastebin: http://pastebin.com/QQESnFft

#2 Pyuu

  • Members
  • 203 posts

Posted 19 December 2016 - 03:55 AM

The
shell.run ("lexer")
is confusing. What does it do?

#3 AlexDevs

  • Members
  • 72 posts
  • Location~

Posted 27 December 2016 - 10:42 PM

View PostPyuu, on 19 December 2016 - 03:55 AM, said:

The
shell.run ("lexer")
is confusing. What does it do?
Asking the real questions

#4 CrazedProgrammer

  • Members
  • 495 posts
  • LocationWageningen, The Netherlands

Posted 27 December 2016 - 10:57 PM

View PostAle32bit, on 27 December 2016 - 10:42 PM, said:

View PostPyuu, on 19 December 2016 - 03:55 AM, said:

The
shell.run ("lexer")
is confusing. What does it do?
Asking the real questions
Being the real contribution to the conversation


Jokes aside, it's probably a debug program or something is missing, because there is no reference to a "lexer" program anywhere else in the code.

Edited by CrazedProgrammer, 27 December 2016 - 10:58 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users