Giter Site home page Giter Site logo

cerulean's Introduction

๐Ÿ‘‹ Hello!

I'm Lance, a computer science graduate currently working as a Frontend Developer!

I do a variety of projects, but they are mostly written in C#.

I'm looking to learn and explore other languages and tech such as Ruby and Containers.

Languages and Skills

C# .NET Python C++ HTML CSS Javascript SQLite MongoDB Arduino Git

My Projects

Cerulean UI Repo GEngine-R Repo MathEvaluator Repo

Some Stats

My GitHub Stats
My Top Languages

cerulean's People

Contributors

xapier14 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

cerulean's Issues

CLI builder generates invalid nested component line.

Sample XML:

<Panel>
  <InputContext SubmitButton='Btn_Submit'>
    <Button Name='Btn_Submit'/>
  </InputContext>
</Panel>

Generates C# snippet:

...
GetChild("<anon_panel>").GetChild<InputContext>("<anon_ic>").SubmitButton = (Button)GetChild("<anon_panel>")GetChild("<anon_ic>").GetChild("Btn_Submit");
...

Expected snippet:

...
GetChild("<anon_panel>").GetChild<InputContext>("<anon_ic>").SubmitButton = (Button)GetChild("<anon_panel>").GetChild("<anon_ic>").GetChild("Btn_Submit");
...

Use ISourceGenerator in auto-generation of IComponentRefs for external component support

Cerulean.CLI currently uses special IComponentRef classes that have information on how to handle component properties when generating from XML files. These are, for now, created manually but can be too tedious to create for each component. A solution is to have a source generator generate it for us.

This can be done alongside #44.

The current progress of this solution is to have a project called Cerulean.Analyzer that contains the source generator.
For now, the focus would be on a source generator for IComponentRef.

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.