rakudo로 만든 pir파일이 parrot에서 에러를 냅니다.

이한길의 이미지

parrot-2.2.0과 rakudo#27을 설치하여 펄 예제를 테스트해봤습니다. 맥과 윈도우즈에서 했는데 결과는 동일했습니다.

print "hello\n"

라는 내용을 담은 hello.pl을 만들고 그것을 perl6을 사용하여 pir로 만들었습니다.

#perl6 --target=pir hello.pl > hello.pir

이렇게 하여 얻은 hello.pir을 parrot으로 실행시켰습니다.

#parrot hello.pir

그랬더니 다음과 같은 에러가 발생합니다.

error:imcc:syntax error, unexpected PREG, expecting '(' ('$P17')
        in file 'hello.pir' line 29
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P19')
        in file 'hello.pir' line 33
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P21')
        in file 'hello.pir' line 37

그래서 각 라인에 ()를 넣어서 다시 실행했습니다. 그랬더니 다음과 같은 에러가 발생합니다.

Could not find non-existent sub !fire_phasers
current instr.: '_block26' pc 113 (hello.pir:44)

아직 parrotVM에 대해 제가 잘 알지 못해서 어떻게 해결해야 할지 모르겠습니다. 무슨 문제인지도 잘 모르겠구요. 조금이나마 아시는 분이라도 설명 부탁드립니다.

amorette의 이미지

Perl6 에서는
print "hello\n" 대신 say "hello" 를 쓸 수 있습니다.

perl6 hello.pl
와 같이 실행할 수 있습니다.

--target=pir 옵션으로 생성된 PIR 코드는 일부가 누락되어,
아직 라이브러리로는 사용할 수 있지만 단일 스크립트로는 사용하지 못합니다.
이 부분은 곧 구현될 것으로 보입니다.

즉 현재 가능한 부분은
vim hello.pm 와 같이 Perl 6 모듈을 작성하여
perl6 --target=pir hello.pm 로 .pir 파일을 생성하고
이 모듈을 스크립트에서 사용하는 정도입니다.

이한길의 이미지

아직은 그렇군요. 감사합니다. 빨리 구현되었으면 좋겠네요..
그런데 혹시 pir파일을 어떻게 사용하는지도 간단한 예를 부탁드려도 될까요?
----
먼저 알게 된 것을 알려주는 것은 즐거운 일이다!
http://hangulee.springnote.com
http://hangulee.egloos.com

----
먼저 알게 된 것을 알려주는 것은 즐거운 일이다!
http://hangulee.springnote.com
http://hangulee.egloos.com

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.