Code Monkey home page Code Monkey logo

acropolis's People

Contributors

dependabot[bot] avatar environmentset avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

acropolis's Issues

하반기 로드맵

  • 어휘 분석기 / 구문 분석기 추상화 계층 리팩토링 (#7)
  • 평가기 제작
    • 추상 기계 기본 타입들 구현
    • 언어 기본 타입들 구현
    • 실행 컨텍스트 관련 타입들 구현
    • 언어, 추상 기계 기본 타입들 연산 구현
    • 타입 변환 추상 연산 구현
    • 표현식 구현
    • 구문 구현
    • 프로그램 구현
    • 네이티브 객체들 구현
  • AST 리팩토링
    • 펑터로 만들기(F-Algebra 만들기 위해)
  • 구문 분석기 리팩토링
    • 내부 순환 참조 제거
    • 반복되는 파싱 관련 코드 추상화

각 작업 착수 시 todo 리스트 분리 부탁드립니다.

평가기 제작

  • Step 1: Building Block 정의
    • Abstract Machine 정의
    • Runtime Environment 정의
    • Values & Types 정의
  • Step 2: 함수 구현
  • Step 3: 표현식 구현
    • 리터럴
    • Left-Hand-Side (식별자 참조, this, 프로퍼티 접근자)
    • 업데이트 연산자 (Inc/Dec both post and pre)
    • 함수 호출
    • new 연산자
    • 일반 단항 연산자(delete/void/typeof)
    • 산술 연산자
    • 비트 연산자
    • 관계 연산자
    • 논리 연산자
    • 대입 연산자
    • 컴마 연산자
    • Groupping
  • Step 4: 구문 구현
    • 빈 구문
    • 표현식 구문
    • 변수 구문
    • If문
    • 반복문
    • 흐름 제어문(break/continue/return)
    • with문
    • 블록
  • Step 5: 전역 스코프 구현
    • 전역 객체
    • 전역 레벨 코드 해석
  • Step 6: 표준 라이브러리 구현

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.