Is there any documentation of pawncc.exe?
#1

I really want to understand how the compiler "translates" the script i wrote to .amx file and how the arguments work.
I tried to find a tutorial or a thread about it, but i found nothing.
Reply
#2

https://github.com/pawn-lang/compiler/wiki/Options

Some of the arguments aren't supported by the default compiler if you're using that (you shouldn't be, it hasn't been updated in nearly 10 years while the community compiler is being actively developed).
Reply
#3

Quote:
Originally Posted by kvann
Посмотреть сообщение
https://github.com/pawn-lang/compiler/wiki/Options

Some of the arguments aren't supported by the default compiler if you're using that (you shouldn't be, it hasn't been updated in nearly 10 years while the community compiler is being actively developed).
I already use the pawn-lang compiler.
This is useful, do you know any other documentation like this?
Reply
#4

  • If you want to know "how" it does it you should read the source code of the compiler
  • If you want to know more about the amx design than go to appendix d in "Pawn Implementor's Guide"
  • If you want know the commandline options just execute pawncc without parameter in a console
Reply
#5

Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)